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=313115.0
  2. You know, if you're going to post your question elsewhere, at least have the courtesy to post the solution when you find it.
  3. Why is it "wrong"?
  4. Might be a firewall/port issue.
  5. You mean just an expresion based on placement?
  6. You can always re-create just the MYI.
  7. With GROUP BY.
  8. That's purely a connection issue... probably temporary.
  9. well, you can translate the date into a daynumber(), and then modulus appropriately for group by.
  10. I don't follow -- you have the correct ordering already?
  11. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=312895.0
  12. Highest score from all games, or each game?
  13. No, not really -- you'd have to know the IDs, in the desired order, to replicate that.
  14. You probably want to SUM(), with an inside IF().
  15. So, solved?
  16. What does that even mean?
  17. There isn't a single sql query is that block -- moving thread. This topic has been moved to PHP Coding Help. http://www.phpfreaks.com/forums/index.php?topic=312693.0
  18. Not really -- you obviously have the ingredient list already -- so what's the problem?
  19. You're using COUNT and SUM interchangeably.
  20. Sorry, I don't follow.
  21. No, I don't.
  22. I have no idea what you'er trying to do, but CASE, as you've used it, is the wrong idea.
  23. * and GROUP BY don't mix.
  24. You cannot use * and GROUP BY.
  25. What's wrong with a JOIN?
×
×
  • 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.