Skip to Content
0
Feb 10, 2016 at 05:38 PM

How do I create a subquery in 'Record Selection' ?

2057 Views

I would like to create a subquery in the record selection. I'm trying the following:

is this correct? I receive the error "The ) is missing "

table a.seq_number =

(select table a.seq_number

from a table , b table

where

a.id = b.id