create table t1 ( `a&b` int, `ab` text ); insert into t1 values (1, 2, 'a&b ab'); 1 2 a&b a<b a>b 1 2 a&b a<b a>b 1 1 0 1 NULL drop table t1;