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: 113

Filed under:
|
|
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

Related posts about sql

Related posts about database-agnostic