Jump to content

fenway

Staff Alumni
  • Posts

    16,168
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by fenway

  1. I have no idea what this means. And that's quite enough bumping.
  2. And why can't you use an ORDER BY / LIMIT?
  3. Still confused... why 2 statements/
  4. fenway

    add column!

    You sure that's the query?
  5. Really? Don't bump then marked "solved" without at least posting the solution....
  6. Why do you have mixed collations to begin with?
  7. Say what? SQL has no concept of "next".
  8. Basically any time you use an expression.
  9. Use INET_NTOA().... what's the problem?
  10. Show us the final sql statement.
  11. You'd have to send the cookie in the headers... this is SO not a mysql question.
  12. with Group_concat()... but I'm not sure what you're trying to accomplish.
  13. Please, share your solution.
  14. TLDR... does the query produce the desired output? Also, "DISTINCT *" is meaningless.
  15. What "doesn't work" about it?
  16. That would explain the double-quotes in the other post...
  17. That's because you have an inequality in your "join" condition!!!
  18. SELECT "TEST RE Values Dim"."Queue Name" saw_0 , "TEST AHT By Agent"."Agent ID" saw_1 , "TEST AHT By Agent"."Transaction Time" saw_2 , "TEST AHT By Agent"."AHT -OM" saw_3 , "TEST AHT By Agent"."Number Of OM" saw_4 , "TEST AHT By Agent"."AHT -OM" / "TEST AHT By Agent"."Number Of OM" saw_3_div_4 FROM System_TEST WHERE "TEST RE Values Dim"."Queue Name" LIKE 'Queue 1' ORDER BY saw_0, saw_1 Spaces in table/field names is a bad practice. and I'm assuming you have ansi mode enabled to be able to use those double-quotes.
  19. I don't actually see a mysql COUNT() function anywhere, either.
  20. There must have been countless examples on this very topic on this board... and that link is even in one of the stickies. Glad you figured it out.
  21. No, phpmyadmin won't give you an ALTER "diff" that you can run.
  22. Why are you using different variants here --- one for the match and one for the score?
  23. First grab the most recent of each, and THEN deal with getting the rest of the details.
  24. Then share.
×
×
  • 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.