摘要:
MySQL 获得当前日期时间 函数 1.1 获得当前日期+时间(date + time)函数:now() mysql> select now(); +———————+ | now() | +———————+ | 2008-08-08 22:20:46 | +———————+ 除了 now() 函数能 阅读全文
摘要:
insert into Course values ('9-888','高等数学','831'); # Teacher--添加信息 insert into Teacher values ('804','李成','男','1958-09-01','副教授','计算机系'); insert into T 阅读全文