I have a table with canc_code1 canc_code2 canc_code3. These are cancellation reasons.
There is a cancel codes table and a m_cancellations table.
cancel code TABLE
canc_code canc_desc
01 did not want
02 i do not have money
m_cancellations TABLE
contract canc_code1 canc_code2 canc_code3
10000...
Hi All,
I have an old version of informix.
I do have 8 different databases in the same system. The table structure is all the same across the system.
How do I select info from one particular table in all the different databases ?
I know that in SQL Server you can do something like:
SELECT *...
How do I select the last 5 rows of a table ?
I have to use "order by" I guess.
If this is not possible. How do I select just 5 rows (any rows) of that table ?
Hi All,
I have run a query and exported the results from that query to a TXT file. 2503 Rows. Is there any way to write a statement that delets everything that is on this TXT file ? I know the other way which is using the delete blablabla from table where blablabla. But was just wondering if...
Hello ALL,
I want to list every client # that is in the clients table but is not in the contracts table. The purpose is to bring all clients that do not have any contract attached to it and clean the clients table.
clients
client_no surname firstname
1 john smith
2...
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.