Hi,

> mysql> select * from user_todo_german_english where wordid = '86851' and
> posn = '1' and pos = 'm' AND mb_id='curious';
> +---------+--------+------+------+---------------------+
> | mb_id   | wordid | posn | pos  | date_col            |
> +---------+--------+------+------+---------------------+
> | curious |  86851 |    1 |    0 | 2006-04-22 08:14:12 |
> +---------+--------+------+------+---------------------+
> 1 row in set, 1 warning (0.00 sec)
>
> mysql> select * from user_todo_german_english where wordid = '86851' and
> posn = '1' and pos = 'm' AND mb_id='curious';
> +---------+--------+------+------+---------------------+
> | mb_id   | wordid | posn | pos  | date_col            |
> +---------+--------+------+------+---------------------+
> | curious |  86851 |    1 |    0 | 2006-04-22 08:14:12 |
> +---------+--------+------+------+---------------------+
> 1 row in set, 1 warning (0.00 sec)

there are clear warnings, what are they ?

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to