Using MySQL, I can do something like: My Output: but instead I just want 1 row, 1 col: Expected Output: Answer You can use GROUP_CONCAT:
Using MySQL, I can do something like: My Output: but instead I just want 1 row, 1 col: Expected Output: Answer You can use GROUP_CONCAT: