Thanks for the reply mirtheil.
Those statement DO NOT in fact work, but we are on v8 so I assumed they would not.
Do you know the proper syntax for a subquery in v8 PSQL? Or does v8 not support subqueries at all?
What about temporary tables, like in SQL Server and Oracle. Are they possible...
I'm trying to work out a simple subquery in Btrieve. I'm getting an error. This is just an example, I know I can do this query differently. I just need to know if there is a trick to subqueries in the FROM clause in Btrieve:
select aropen.*, ca.Customer_Name
from aropen, (select * from custadd)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.