Eric Bergen wrote:
How about something like this:
mysql> select @t := now();
+---------------------+
| @t := now() |
+---------------------+
| 2005-06-09 09:55:49 |
+---------------------+
1 row in set (0.00 sec)
if the timestamp is not needed on the client with :
mysql> do @t := now();
you would spare a bit of bandwidth
my 2cts.
--
Philippe Poelvoorde
COS Trading Ltd.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]