just a quick question -
is it possible, in the statement below, instead of "query1" to put actual SQL syntax for that query?
if not, is there a workaround?
FROM table1 INNER JOIN query1 ON table1.var1 = query1.var1
is it possible, in the statement below, instead of "query1" to put actual SQL syntax for that query?
if not, is there a workaround?
FROM table1 INNER JOIN query1 ON table1.var1 = query1.var1