easonjim
Code, code and more code.
直接在SQL语句后面加\G即可,如:
select * from user limit 10\G;
如果想要知道这些参数可以直接在命令行后面加入\?