摘要:
use stu;drop table if exists student;create table student ( s_id int(11) not null auto_increment , sno int(11), sname varchar(50), sage int(11), ssex 阅读全文
摘要:
如商品订单信息表 查询需要信息并做模糊处理查询: selectt.goods_order_id orderId,t.goods_id goodsId,t.goods_spe_id speId,t.goods_order_no orderNumber,t.number orderGoodsNum,JS 阅读全文