Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Why bother?
  2. Hold on -- by default, all columns are case insensitive....
  3. Or you could `diff` the frm files.
  4. If you ranked them first, then figured out the rank position, then in principle you could do this.
  5. I also doubt you mean AND.
  6. I don't understand... give some sample data.
  7. Then you'll need to join in the table 4 times, and alias columns appropriately.
  8. Sounds like you're talking about mod_rewrite... but still, not here.
  9. Not that webmin is any better.
  10. Turn on php errors.
  11. Well, that doesn't make it simple at all -- fields are free. Regardless, show us all of the versions that you'd like to query.
  12. Why does the field have arbitrary content? Why no multiple fields?
  13. What version?
  14. You might have to move that where clause to the join condition.
  15. You'll need a php script to do the work.
  16. Plesk is evil.
  17. Which version?
  18. select u.id, u.name from users AS u inner join phoneNumbers as p on ( p.owner = u.id )
  19. You build your own structure in one pass, then output it in a second pass.
  20. What's your definition of a duplicate?
  21. Based on what?
  22. I have no idea what you're talking about.
  23. Don't store totals -- store the raw data.
  24. I don't follow.
  25. And what does that call to S_I return?
×
×
  • 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.