Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

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