Hi,
Inside one of the table there is a column named YTD.
(this is under a Adabas DB).
WHen I tried to query a query or create view into an 3rd party software I get the error Owner.Table1.YTD is already in use. There is no other process that uses this table or DB while I'm making my test.
I...
Hi All,
I'm trying to concatenate one field with another and it's not working.
Here's an example of my statement.
SELECT customer.job_name || customer.cust_cd, balances.bal_name, sum (cust_ar.balance)
FROM customer, balances, cust_ar
I'm using the Pipe symbol (||)
ans as you can see I have...
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.