Postgresql Where Kullanımı Exist, Not Exist

Postgresql where kullanımı exist, not exist
EXIST kullanımı

Postgresql WHERE kullanımı EXIST, NOT EXISTPostgresql WHERE kullanımı EXIST, NOT EXIST

SQL kodu:

SELECT*FROM sinif WHERE EXIST (SELECT * FROM sinif WHERE no=10 )AND no=10;
  NOT EXIST kullanımı:

Postgresql Where Kullanımı Exist, Not ExistPostgresql Where Kullanımı Exist, Not Exist

SQL kodu:

SELECT*FROM sinif WHERE NOT EXIST (SELECT * FROM sinif WHERE no=10 )AND no=522;

  Yıldıray KARACA

Yorumunuzu Ekleyin


Yükleniyor...
Yükleniyor...