Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. See here for starters.
  2. I don't see how either of those requirements necessitates complicating a complex query even further.
  3. Correct.
  4. Why not the same field as for dlocation?
  5. There's a CSV ENGINE type that makes all of this not an issue.
  6. As long as you're not searching for a specific part of this string, it doesn't matter how it's stored.
  7. That's not really a question.
  8. That's a UTF-8 issue -- not a CSV issue.
  9. If you break this out into another table, you're just looking at yet another join.
  10. That's a PHP issue, now, isn't it?
  11. We can't possibly help you if you can't share enough of the informationh.
  12. You mean a JOIN?
  13. Yes -- you'll have to remove the duplicates first.
  14. You can't limit an inner join -- you''ll need to use a derived table for table.
  15. That's all meaningless data -- show us EXPLAIN output.
  16. As usual, echo the actual sql statement, and the accompanying error.
  17. You need a LEFT JOIN.
  18. What's the issue now?
  19. Sorry, what's the question?
  20. Then your logic is backwards -- there's an overlap somewhere.
  21. Same here.
  22. Echo the actual statements.
  23. Use: ORDER BY col_A = 'ddd', RAND()
  24. Sorry, why do you want these merged?
×
×
  • 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.