Advertisement
aadddrr

Untitled

Mar 6th, 2018
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. INSERT INTO t_combo (combo_id, combo_name, description, main_sql, order_sql, combo_type, create_datetime, create_user_id, update_datetime, update_user_id, version)
  2. VALUES ('GROUPBRANDPARENT', 'Combo Group Brand Parent', 'Constant Data Group Brand Parent', '', '', 'FIX', '20180307000000', -1, '20180307000000', -1, 0);
  3.  
  4. INSERT INTO t_combo_value (combo_id, code, prop_key, code_group, sort_no, create_datetime, create_user_id, update_datetime, update_user_id, version)
  5. VALUES
  6.     ('GROUPBRANDPARENT', 'AI', 'AI-CL, AI-S', '', 1, '20180307000000', -1, '20180307000000', -1, 0),
  7.     ('GROUPBRANDPARENT', 'AMO', 'AMO', '', 2, '20180307000000', -1, '20180307000000', -1, 0),
  8.     ('GROUPBRANDPARENT', 'J&J', 'J&J', '', 3, '20180307000000', -1, '20180307000000', -1, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement