Subject About a subselect....
Author akestion
hello,

I've tried to make a subselect like this :


..............
if ((search_name not null) and search_name in (select name from
table) then
begin
............

But it seems that those kind of subselect are authorised.
Somebody has some explainations.

thanks.

Akim