select * from userinfo and nameid not in(select nameid from(select * from userinfo order by registertime limit 20)alias) order by registertime limit 10
从表userinfo中读取数据,但有语法错误
check the manual that corresponds to your MySQL server version for the right syntax to use near 'and nameid not in(select nameid from(select * from userinfo order by registertim' at line 1