===== SQL cheatsheet ===== [[https://dev.mysql.com/doc/refman/8.0/en/|mySQL manual]] ==== SQL query list view ==== add ''\G'' to end of query, like this: select * from user\G;