select from (SELECT FROM \Models\UserModel LIMIT 20) as tb
it will be an error
If i use the "count" function, that means , i select all the rows. How To Slove This Problem?
select from (SELECT FROM \Models\UserModel LIMIT 20) as tb
it will be an error
If i use the "count" function, that means , i select all the rows. How To Slove This Problem?