Showing posts with label Union. Show all posts
Showing posts with label Union. Show all posts

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)