Advertisement
attila66

SQL SELECT without table columns

Mar 24th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. mysql> SELECT 1+1, CURTIME();
  2. +-----+-----------+
  3. | 1+1 | CURTIME() |
  4. +-----+-----------+
  5. | 2 | 01:30:57 |
  6. +-----+-----------+
  7. 1 row in set (0.05 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement