insert into sys_table_col_user (`id`,`code`,`value`,`user_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag`) values (?id,?code,?value,?user_id,?create_by,?create_time,?last_update_by,?last_update_time,?del_flag) update sys_table_col_user set `code` = ?code,`value` = ?value,`user_id` = ?user_id,`create_by` = ?create_by,`create_time` = ?create_time,`last_update_by` = ?last_update_by,`last_update_time` = ?last_update_time,`del_flag` = ?del_flag where id = ?id delete from sys_table_col_user where id =?id select `id`,`code`,`value`,`user_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_table_col_user where id = ?id select `id`,`code`,`value`,`user_id`,`create_by`,`create_time`,`last_update_by`,`last_update_time`,`del_flag` from sys_table_col_user