Can you tell me what is wrong with this query:
INSERT INTO properties ( f_gen_id(NULL) , 'ASHAgroup18E' , entity , effective_dt , property_key , property_value , created_by , create_ts , updated_by , update_ts ) SELECT f_gen_id(NULL) , 'ASHAgroup18E' , entity , effective_dt , property_key , property_value , description , created_by , create_ts , updated_by , update_ts -- 'UIL-Migration', CURRENT_TIMESTAMP, 'UIL-Migration', CURRENT_TIMESTAMP FROM properties WHERE group_key = 'ASHAgroup18B';
INSERT INTO tablename (column1, column2, ...) SELECT ..., i.e. spccify insert columns.f_gen_id(NULL)?