You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
472 B
1 line
472 B
select concat('changchun','_',class_id) as id,class_id as pk,bh,class_name,class_alias,date_format(jbny, '%Y-%m-%d') as jbny,schooling_length,stage_id,teacher_id,org_id,bureau_id,b_use,province_id,city_id,district_id,date_format(create_time, '%Y-%m-%d %H:%i:%s') as create_time,create_person,date_format(last_updated_time, '%Y-%m-%d %H:%i:%s') as last_updated_time,last_updated_person,'t_base_class' as table_name from t_base_class where last_updated_time>:sql_last_value |