Hi,

>> Does the function Unix_TimeStamp() work in MySQL under Windows NT?
>> It doesn't seem to work here in simple queries, such as this query:
>> Select Unix_TimeStamp();
> 
> What about
> 
> SELECT UNIX_TIMESTAMP(NOW())

The above shouldn't be necessary - it is actually supposed to give you the
current timestamp if called without arguments. According to the manual,
anyway:

"If called with no argument, returns a Unix timestamp..."

So, if it's not working as documented under Windows, then I think this
counts as a bug, yes?

Regards,

------------------------------------------------
Basil Hussain ([EMAIL PROTECTED])


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to