Comments - =

2 years, 2 months ago Matthew Schroebel

SELECT 'I AM A STRING' = 0 Result: 1 Similarly, SELECT count(*) as count FROM table where a_string_column=0 Result: value: Cardinality of the table

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.