mysql> select unix_timestamp() from dual;
+------------------+
| unix_timestamp() |
+------------------+
| 1234567890 |
+------------------+
1 row in set (0.00 sec)
There’s no substitute for a good subtitle.
mysql> select unix_timestamp() from dual;
+------------------+
| unix_timestamp() |
+------------------+
| 1234567890 |
+------------------+
1 row in set (0.00 sec)
Leave a Reply