Page 1 of 1

Close command-UPDATE

Posted: Thu Oct 21, 2010 3:31 am
by jpraveen
HI

i had developed a job of inserting into dummy table ,the source & target's is dummy tables i.e, no records are inserted(no Transformation logic)

now,
can i write update SQL's in close command for original table i.e, another table

what my doubt is
we should write close command for the particular table which we had developed the job or we can write any SQL(Delete/Update) for any table in Close command.

Posted: Thu Oct 21, 2010 5:05 am
by ray.wurlod
Any.

Posted: Thu Oct 21, 2010 5:12 am
by jpraveen
Hi Ray

so we can write any SQL for any table in close command

Posted: Thu Oct 21, 2010 7:27 am
by chulett
"Any table" - as long as it is in the connected database and you have the required permission, of course. Not necessarily "any SQL", however.

Posted: Thu Oct 21, 2010 4:48 pm
by ray.wurlod
Pretty much any SQL, subject to the usual caveats you'd have from any other client utility - privileges for the connected user and so on.