摘要: 1 用a表中的字段去更新b表中的字段 create table student ( student_id int not null ,student_name varchar(30) not null ,city_code varchar(10) null ,city_name varchar(50 阅读全文
posted @ 2019-04-08 14:48 踏月而来 阅读(1852) 评论(0) 推荐(0)