Hi, I have a query like:
SELECT H.DocumentNumber, H.AssignedUser, L.AuthCode
FROM AP.DocumentHeader H, AP.DocumentLine L
WHERE H.UpdDate > current_date - 2
i.e. I need to return rows where UpdDate within last 2 days
but getting error:
SQL0401N The data types of the operands for the operation...
Hi,
I'm trying to copy results of a SELECT statement from SQL Advantage into a spreadsheet but it's just pasting each row into a single cell.
I know it'll work if I put tabs between the fields but there's over 20,000 rows. Is there any way I can put in tabs with the SELECT statement?
Failing...
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.