Kod: Tümünü seç
select count(*) from carim where [Firma Kodu]='NULL'
Kod: Tümünü seç
select count(*) from carim where [Firma Kodu]='NULL'
Kod: Tümünü seç
select * from carim where firma is null
veya
select count(*) from carim where firma = null
emin_as yazdı:Şunlardan birini dene.Kod: Tümünü seç
select * from carim where firma is null veya select count(*) from carim where firma = null