This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
At the command window I can get a vertical display just by adding \G to the end of the query.
SELECT * FROM members WHERE member_id = '1234567'\G;
I've tried replicating the same thing from php but it isn't working. Can this be done?