The following query: ``` Select * from players -- adding a where clause that should return 0 records where 1=0 ``` Should return 0 records but returns all records because the where clause ends up as part of the comment
The following query:
Should return 0 records but returns all records because the where clause ends up as part of the comment