MYSQL的流程控制语句

1、准备数据 create database ifTest; use ifTest; create table test( id int primary key auto_increment, typeId int not null comment '产品类型:1-普通商品 2-礼品卡 3-非卖品', productName varchar(50) not null comment '产品名称'
相关文章
相关标签/搜索