I think what I'm referring to is a nested query. Please let me know if there's better lingo available than that.
My problem involved trying to execute a complicated query against a 2000i database. It would work in a database like MSSQL, but I'm a little less well versed in Pervasive. So I've stripped it down a bit for the forum. What's the correct way to construct this statement for use against said Pervasive database?
SELECT q1.* FROM (SELECT c1 FROM t1) As q1
Thank you!
Chris
Portland, Maine
My problem involved trying to execute a complicated query against a 2000i database. It would work in a database like MSSQL, but I'm a little less well versed in Pervasive. So I've stripped it down a bit for the forum. What's the correct way to construct this statement for use against said Pervasive database?
SELECT q1.* FROM (SELECT c1 FROM t1) As q1
Thank you!
Chris
Portland, Maine