g_SQLScript_SQL
SQL : Upgrade
SQL statement. View more details for macro variables.
Description May contain macro variables: ${table:<name>}, ${object:<name>}, ${index:<name>}, ${ifci:<table.column>:<sql>}, ${owner}, ${owner.}, ${role}, ${concat(<arg1>,<arg2>,...)}, ${extract(<year|quarter|month|week|day|hour|minute|second|frac_second|microsecond>,<timestamp>)}, ${guid()}, ${now()}, ${sysPublicId()}, ${sysUserId()}, ${sysUserAlias()}, ${timestampadd(<year|quarter|month|week|day|hour|minute|second|frac_second|microsecond>,<delta>,<timestamp>)}, ${string:<text>}, ${binary:<hex>}, ${keyword:<name>}, ${quote:<text>}, ${true}, ${false}. Parents
t_RelationalDatabaseUpgrade_ApplyTableAspect - Apply a new Table Aspect to an existing table.
t_RelationalDatabaseUpgrade_CreateColumn - Add a new column to an existing table.
t_RelationalDatabaseUpgrade_Exec - Execute some DML statements against the database.
Parent topic: t_RelationalDatabaseUpgrade_ApplyTableAspect
Parent topic: t_RelationalDatabaseUpgrade_CreateColumn
Parent topic: t_RelationalDatabaseUpgrade_Exec
Parent topic: t_RelationalDatabaseUpgrade_MoveData_Where