I am trying to query a table with the following query:
select * from name where firstname NOT LIKE 'PETER%'
It does not return any records where firstname is null. Is this some kind of mistake or is it the case? I come from the background of SQL Server and am confused with many things here.
source share