Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. What makes you think you need to partition this table?
  2. And SET needs to come earlier in the syntax.
  3. "To no avail" -- do you still get the results you did before?
  4. Sorry, I was confused by "solved".
  5. Why 2 separate queries?
  6. It is on case-sensitive file systems -- it has no choice.
  7. Care to post the solution?
  8. Well, if you can ensure that there's only one level of nesting, then a simple join should be able to generate that list.
  9. Almost -- add "where table2.userID is null".
  10. Where do you check these differences?
  11. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327106.0
  12. If by "breaking" you mean "no results", then you need LEFT JOIN, not commas.
  13. Don't store multiple values in a single field.
  14. LEFT JOIN... IS NULL.
  15. This sounds a lot like the other topic you just started.
  16. What's runaway categorization?
  17. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=327031.0
  18. 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.
  19. Also, the "URGENT" is against the ToS -- and free assistance can never be urgent.
  20. 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.
  21. Oh, the count in the subquery -- I misunderstood.
  22. An UPDATE without a WHERE clause -- very scary.
  23. That's not very helpful. What's the purpose of this new column?
  24. You needed "IS NULL", not a NOT IN.
  25. Then you looked up something else.
×
×
  • 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.