incubeware
Programmer
I'm looking for a way of doing something like this.
Getting a very specific field from a different SQL Statement.
I know in SQL Server and INFORMIX is posible to do this... but just can't find the way to do it in Pervasive. (new to the engine).
SELECT Name, (SELECT max(InvoiceDate) FROM invoice where Customer_id = Customer.Customer_id )
FROM Customer
PLEASE HELP !!!!
My best
Carlos G.
Getting a very specific field from a different SQL Statement.
I know in SQL Server and INFORMIX is posible to do this... but just can't find the way to do it in Pervasive. (new to the engine).
SELECT Name, (SELECT max(InvoiceDate) FROM invoice where Customer_id = Customer.Customer_id )
FROM Customer
PLEASE HELP !!!!
My best
Carlos G.