select * from area where enable=1
-- [mysql]
select * from area where `enable`=1
-- [sqlite]
select * from area where 'enable'=1