0
kicks
SELECT * gives error when executed alone but SELECT COUNT(*) does not.
Try running SELECT * it will throw an error.
Try running SELECT COUNT(*) it will not throw an error.
Why? Read, Learn and Participate!