If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I like to know for what, sql source statements will be there in system catalog? In one book I read that constraints and triggers have sql source stmts..but when i tried syscat.triggers and syscat.views, I got sql source stmt but not for constraints..
can anyone clarify this?
Sorry...I didn't understand..Do u mean to say that we can find sql source stmts in syscat.checks? If so, I entered select * from syscat.checks and did get any sql code...can u please clarify on this?
Re: what sql source stmt does sys catalog contains?
Manga,
I think what you are looking for is in syscat.columns.text
Andy
Quote:
Originally posted by manga
Sorry...I didn't understand..Do u mean to say that we can find sql source stmts in syscat.checks? If so, I entered select * from syscat.checks and did get any sql code...can u please clarify on this?