yuweijun'blog
Sunday, May 27, 2007
useful mysql sql
\c cancel current sql
\q quit mysql command shell
mysql> select 'a' union select 3;
+---+
| a |
+---+
| a |
| 3 |
+---+
2 rows in set (0.29 sec)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment