开发者

MySQL Extended Display

开发者 https://www.devze.com 2022-12-12 05:34 出处:网络
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:

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

精彩评论

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