Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. You can't use a subquery to examine a table created in another subquery.
  2. Wait -- you just want to show the first 5 awards a given member has? Simple JOIN with LIMIT.
  3. Please, please stop posting all of your code.
  4. But you shouldn't.
  5. You have two things called "invoiceTable"?
  6. 6 seconds? Memory limit?Something else is wrong.
  7. 5.1 has a event scheduler... but cron really is the way to go.
  8. Sorry, what's the problem?
  9. That's nice -- how?
  10. I'm just saying that you're getting no server-side benefit from the UNION.
  11. That's a PHP issue -- you can decide how to format your output as you see fit.
  12. I'm happy to answer any specific questions that you have -- but forgive me, I'm not going to do your assignment for you.
  13. This is a basic php question -- you're not using variables.
  14. I answer this all the time the same way -- http://explainextended.com/2009/03/06/advanced-row-sampling/.
  15. What's a repeating table? Blank row where? MySQL has no "blank" rows.
  16. You must have something.
  17. See here -- don't double-post next time.
  18. Sounds like homework -- it's due tomorrow and you're just starting today? What do you have thus far?
  19. You want a random 2 from each list/
  20. You mean only members that are part of 2 lists?
  21. fenway

    NOT LIKE

    I think you're confusing sematic AND with boolean AND.
  22. Solved how?
  23. Then you'll need to a add a whole bunch of NULLs. Or handle this in script, since you're getting little benefit from combining them server-side.
  24. I don't follow.
×
×
  • 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.