Quote:
Originally Posted by lelle12
Etwas wie:
Code:
SELECT COUNT (*) FROM syscat.columns
WHERE tabname = ... and colname <> ...
sollte funktionieren. Es ist wahrscheinlich einfacher, hier Hilfe bekommen, wenn Sie auf Englisch stellen
Translated with Google translate. I have no idea whether the above makes sense or not,
|
Thnaks it works already.
May be you can help me with other questions.
1. If I want to delete my Thread how can I do it in this Forum
2. Substr in DB2. So I have values f.e name, name_A, nickname, nickname_A how can I write the function substr(string, start, length) I need always the last two characters? I thougt substr(name, -2) like '_A' but it doesnot work with -2. Do you have any Idea? In oracle mysql and Microsoftsql it works.