Created
January 17, 2013 22:31
Revisions
-
tqheel created this gist
Jan 17, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ insert into app_item(app_item_id, control_id, app_page_id, description, default_label) select SEQ_APP_ITEM.nextval, a, b, c, d from ( select'LabelNameSuffix' as a, 183 as b, 'Name Suffix' as c, 'Name Suffix' as d from dual union all select 'LabelFax', 184, 'Fax Number', 'Fax Number' from dual ) ;