Hi all,
I'm new to SQL and i'm using Informix for the sql but just wondering whether i can join the following sql criterias together?
select customer_no from linktable a where a.customer = 1001
then put the result from the above ([result]) into the next sql criteria:
select * from customertable where customer = [result]
Thanks for any info!!
Mel
I'm new to SQL and i'm using Informix for the sql but just wondering whether i can join the following sql criterias together?
select customer_no from linktable a where a.customer = 1001
then put the result from the above ([result]) into the next sql criteria:
select * from customertable where customer = [result]
Thanks for any info!!
Mel