Îòã.: Re: Problem when use mont and from_unixtime.

2003-06-30 Thread condor
Joseph Bueno <[EMAIL PROTECTED]> написа : > [EMAIL PROTECTED] > wrote: > > Hello, > > i build one query in my mysql: > > mysql> select timestamp from lastauth where month(from_unixtime(timestamp) = > 6); > > Empty set (0.00 sec) > > Query is empty, but: > > my timestamp table: > > ++

Re: Problem when use mont and from_unixtime.

2003-06-30 Thread Joseph Bueno
[EMAIL PROTECTED] wrote: Hello, i build one query in my mysql: mysql> select timestamp from lastauth where month(from_unixtime(timestamp) = 6); Empty set (0.00 sec) Query is empty, but: my timestamp table: ++ | timestamp | ++ | 1056981323 | ++ 1 row in set (0.0

Problem when use mont and from_unixtime.

2003-06-30 Thread condor
Hello, i build one query in my mysql: mysql> select timestamp from lastauth where month(from_unixtime(timestamp) = 6); Empty set (0.00 sec) Query is empty, but: my timestamp table: ++ | timestamp | ++ | 1056981323 | ++ 1 row in set (0.00 sec) mysql> select from