Does this behavior exist in all major databases?
Posted
by user198729
on Stack Overflow
See other posts from Stack Overflow
or by user198729
Published on 2010-04-21T16:03:43Z
Indexed on
2010/04/21
18:23 UTC
Read the original article
Hit count: 161
mysql> select 0.121='0.121';
+---------------+
| 0.121='0.121' |
+---------------+
| 1 |
+---------------+
Does it hold for other database that number='number'
is true
?
© Stack Overflow or respective owner