摘要:
常用SQL函数使用 -- 新建一张表 drop table if exists T_EAGLE_INFO; create table T_EAGLE_INFO ( ID int primary key auto_increment comment 'PK', EAGLE_NAME varchar(1 阅读全文
posted @ 2020-08-06 17:26
itch
阅读(195)
评论(0)
推荐(0)
摘要:
一、建库建表 1).新建数据库,表之前先判断是否存在(if exists)2).数据库建好之后需要使用(use 数据库名)3).主键:primary key4).唯一:unique5).自增:auto_increment6).外键添加:constraint FK_empId foreign key( 阅读全文
posted @ 2020-08-06 17:18
itch
阅读(202)
评论(0)
推荐(0)

浙公网安备 33010602011771号