> I create a table, one field is integer type.
> I don't know why the following statements work :
>
> select * from table1 where field1 = 3;
> select * from table1 where field1 = '3';
In the second case, MySQL automatically casts '3' to 3.
---------------------------------------------------------------------
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