АН
Size: a a a
АН
V
IZ
V
IZ
V
IZ
DE
DE
IZ
select case when exists (select count(*) from thetable) then 1 else 0 end
DE
V
select case when exists (select count(*) from thetable) then 1 else 0 end
IZ
V
DE
select case when (select count(*) from thetable) = 2 then 1 else 0 end
IZ
select case when (select count(*) from thetable) >= 2 then 1 else 0 end
IZ
V
select case when (select count(*) from thetable) >= 2 then 1 else 0 end
IZ
select case when exists (select count(*) from thetable) then 1 else 0 end
select case when exists (select * from thetable) then 1 else 0 end
S
select case when exists (select * from thetable) then 1 else 0 end