[fix]GetNext
大石头 编写于 2024-06-25 16:49:36
X

select * from area where enable=1

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

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