【发布时间】:2010-11-12 18:23:27
【问题描述】:
我是从postgresql转到mysql,好奇mysql有没有类似于postgresql的扩展输出标志?
ie:在 psql 中我可以 \x 获得扩展输出
id | name
---+-----
1 | foo
进入
-[ Record ]------
id | 1
name | foo
如何在 mysql 中做到这一点?
【问题讨论】:
标签: sql mysql postgresql command-line