开发者

MySQL Extended Display

Is there any 开发者_C百科equivalent to psql's \x to view a record with each column on a new row?


Append \G to the end of the statement before the semicolon:

SELECT * FROM table_name [WHERE condition] \G;

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜