Subject | About a subselect.... |
---|---|
Author | akestion |
Post date | 2004-03-08T16:33:43Z |
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
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