Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Just check the counter in the WHERE clause... not this is the best way.
  2. You don't have a join condition.
  3. What are event files? What version?
  4. You'll need the REPLACE() function for that... but be careful with word boundaries and such.
  5. You can use user variables to mimic row numbering.
  6. Backticks and single quotes are not interchangeable. And post the actual error as well...
  7. Interesting... why the subselect instead of simply using a WHERE clause on "b".
  8. Don't try and re-invent the wheel.
  9. I'm not sure I follow... what makes you think this is incorrect?
  10. Careful... fulltext can be very evil.
  11. This is clearly outside the scope of "mysql".
  12. This is going to be more complicated since you don't have a normalized database design.
  13. What is the "way you want it to work", exactly?
  14. Well, that's not very helpful now, is it.... you'll have to find your mysqld executable, and then figure out where the default location of the config file is... which depends on which of the million flavours of *nix you're running.
  15. This looks a lot like this thread...
  16. SUM() only takes a single parameter... but you can add multiple SUM()s together.
  17. I don't follow.
  18. This comes down to an underlying limitation of the mysql fulltext search functions... you either need to roll-your-own, or use something like sphinx.
  19. I don't see any sql statements being echo'ed as requested.
  20. Why are you trying to do this?
  21. Since I have no idea what codeigniter is, I can't really help you. Sorry. Without mysql statements, there's not much i can do.
  22. No different than setting any other password.
  23. To do this properly, you'll need to LEFT JOIN in the games table with the required three game rows...
  24. Yes, don't mess around with the underlying data.... feel free to make summary tables, though.
  25. Sounds like you just need to map product ids to user ids.
×
×
  • 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.