Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327253.0
  2. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327193.0
  3. What makes you think you need to partition this table?
  4. And SET needs to come earlier in the syntax.
  5. "To no avail" -- do you still get the results you did before?
  6. Sorry, I was confused by "solved".
  7. Why 2 separate queries?
  8. It is on case-sensitive file systems -- it has no choice.
  9. Care to post the solution?
  10. Well, if you can ensure that there's only one level of nesting, then a simple join should be able to generate that list.
  11. Almost -- add "where table2.userID is null".
  12. Where do you check these differences?
  13. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327106.0
  14. If by "breaking" you mean "no results", then you need LEFT JOIN, not commas.
  15. Don't store multiple values in a single field.
  16. LEFT JOIN... IS NULL.
  17. This sounds a lot like the other topic you just started.
  18. What's runaway categorization?
  19. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327031.0
  20. That's not very helpful. My apologies if it came off that I was being mean or abrupt; but the rules even say to try something yourself before asking for help. The fact that a google search found his answer is not me being unhelpful, I pointed him in the right direction. (Something you've done to me a few times ) At the very least, some URLs might have helped.
  21. Also, the "URGENT" is against the ToS -- and free assistance can never be urgent.
  22. Again, that's a PHP error. There's a PHP help forum for that. If your DB query isn't failing, you're in the wrong place.
  23. Oh, the count in the subquery -- I misunderstood.
  24. An UPDATE without a WHERE clause -- very scary.
  25. That's not very helpful. What's the purpose of this new column?
×
×
  • 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.