select cursor etc... :)
605751Nov 9 2007 — edited Nov 9 2007i have following:
CURSOR cur IS SELECT update_id,update_type,patch_number,description,old_db_version FROM aSWIZ_DB_UPDATE_HISTORY;
in the declare
but!! how declare it for table which i will only create lately in script???
that's the question