You can use the \G command (instead of the ;) at the end of your SQL queries…
Example:
SELECT * FROM USER \G
It will display your table in row form instead of column form.
You can use the \G command (instead of the ;) at the end of your SQL queries…
Example:
SELECT * FROM USER \G
It will display your table in row form instead of column form.