Jump to content

using NOT boolean


jeff5656

Recommended Posts

http://dev.mysql.com/doc/refman/5.0/en/comparison-operators.html#operator_not-equal

, !=

 

Not equal:

 

mysql> SELECT '.01' '0.01';

        -> 1

mysql> SELECT .01 '0.01';

        -> 0

mysql> SELECT 'zapp' 'zappp';

        -> 1

 

Link to comment
https://forums.phpfreaks.com/topic/257646-using-not-boolean/#findComment-1320545
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.