Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. Of course you can run multiple statements.
  2. Try here.
  3. Sounds like you want to group by some arbitrary time period....
  4. How about table structure and some queries?
  5. I don't follow.
  6. Or double-post. Topic locked.
  7. You're talking about php syntax errors, not mysql problems.
  8. Wait.. what doesn't work?
  9. MySQL has plenty of data types -- use the right ones.
  10. What's a "user field"?
  11. So? Use * or specify the fields you want... what doesn't work?
  12. If you're talking about php syntax, this is the wrong place.
  13. Yikes... you're missing a ON condition for your JOIN.
  14. I only see a single statement, so I don't see where you're getting back anything from a second table.
  15. You mean with MIN() and mAX()?
  16. Show us the actual query, and tell us what doesn't work.
  17. I don't follow -- you're asking why you're getting duplicate exhibitionname fields/
  18. Conditions can't be set up as anything -- it's your table that needs to support many-to-many
  19. And next time, don't post entire scripts unless you're asked to.
  20. Of course, %term% covers all 4 cases.
  21. First problem -- that's not a valid mysql date format -- use STR_TO_DATE().
  22. If you'd like to rank partial substring matches by distances from string position 0, that's not hard to do in application code.
  23. If it's encrypted, you'll need to decrypt it to get it back -- how you choose to encrypt is entirely up to you.
  24. Covers: Part 1: Using the MySQL Improved Extension, mysqli Part 2: Using the MySQL Extension, mysql Part 3: Using the PDO Extension With MySQL Driver, pdo_mysql Part 4: Using the MySQL Native Driver for PHP, mysqlnd Tutorial is here.
  25. Well, a scalar subquery, that is.
×
×
  • 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.