benjy77·4 tahun yang lalu·discussMight there be an error in "Simplified Inequality Checks With Nullable Columns" for mysql?NOT(column <> 'value') seems to be wrongDid you meanNOT(column <=> 'value')?
NOT(column <> 'value') seems to be wrong
Did you mean
NOT(column <=> 'value')
?