Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Did you try writing a JOIN?
  2. I guess you could round-robin all 10 users.
  3. Post the table structure, and the query.
  4. Why are you running this query? Is this a one-off DB cleanup? Otherwise, don't store the same value in 2 places.
  5. What are you trying to achieve?
  6. Then I don't understand what you're asking.
  7. DESCRIBE will work too, pre v5.
  8. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=344334.0
  9. That's just lazy -- that's what loops are for. In the time you spent "googling all day", you could have been done 30 times.
  10. You mean like "parent_uid"?
  11. Don't bump a thread twice in one day, let alone twice in 30 minutes.
  12. Sorry, I'm not windows IT guy -- I'm knowledgeable, but not about a system that I can't sit in front of.
  13. If you don't know, how can we?
  14. That means you have parallel arrays -- that's what a hash is for.
  15. Clicking links has nothing to do with mysql.
  16. Never change an auto-incremented value -- EVER.
  17. Explain that distinct requirement again...?
  18. Usually a "run as administrator" game.
  19. Yes, that's still an issue.
  20. Better == Pythagoras.
  21. Yup, just missing the actual INSERT.
  22. You need HAVING -- and don't use great circle distance -- it's just unnecessarily slow.
  23. That's usually a windows user account permission game.
  24. It's not optimized because you're not using JOINs.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.