欢迎使用哈,喜欢个可以一起讨论哈 2021-07-26 本次加入很多功能 1、可以修改Mysql表名,列信息,以及列排序了 有问题联系:wenda@88.com 或 104795599
2021-07-26 16:01:33 197.19MB 自动生成 实体类生成 多数据库支持
1
经典SQL语句大全(全面提升你的SQL水平) 适用于初学者与中等水平的人
2021-07-26 14:20:30 102KB SQL SQL语句 SQL初学者 SQL语句提升
1
40条mysql测试建表数据以及答案,比如:查询学过“叶平”老师所教的所有课的同学的学号、姓名;查询“生物”课程比“物理”课程成绩高的所有学生的学号;根据课程ID查询学生ID;查询平均成绩大于60分的同学的学号和平均成绩;
2021-07-23 18:04:18 8KB 建表语句操作 相应答案
1
NC6.X系列开发者信息的sql语句
2021-07-23 16:00:21 4KB 用友 NC65 开发者信息
1
适用于找工作的小伙伴,内容简介实用
2021-07-23 14:04:21 36KB 数据库命令
1
C++入门帮手 迅速入门C++选择结构(if语句)
2021-07-23 09:02:29 3.48MB C++ 基础入门
1
gulimall_pms 商品 drop table if exists pms_attr; drop table if exists pms_attr_attrgroup_relation; drop table if exists pms_attr_group; drop table if exists pms_brand; drop table if exists pms_category; drop table if exists pms_category_brand_relation; drop table if exists pms_comment_replay; drop table if exists pms_product_attr_value; drop table if exists pms_sku_images; drop table if exists pms_sku_info; drop table if exists pms_sku_sale_attr_value; drop table if exists pms_spu_comment; drop table if exists pms_spu_images; drop table if exists pms_spu_info; drop table if exists pms_spu_info_desc; /*==============================================================*/ /* Table: pms_attr */ /*==============================================================*/ create table pms_attr ( attr_id bigint not null auto_increment comment '属性id', attr_name char(30) comment '属性名', search_type tinyint comment '是否需要检索[0-不需要,1-需要]', icon varchar(255) comment '属性图标', value_select char(255) comment '可选值列表[用逗号分隔]', attr_type tinyint comment '属性类型[0-销售属性,1-基本属性,2-既是销售属性又是基本属性]', enable bigint comment '启用状态[0 - 禁用,1 - 启用]', catelog_id bigint comment '所属分类', show_desc tinyint comment '快速展示【是否展示在介绍上;0-否 1-是】,在sku中仍然可以调整', primary key (attr_id) ); alter table pms_attr comment '商品属性'; /*==============================================================*/ /* Table: pms_attr_attrgroup_relation */ /*==============================================================*/ create table pms_attr_attrgroup_relation ( id bigint not null auto_increment comment 'id', attr_id bigint comment '属性id', attr_group_id bigint comment '属性分组id', attr_sort int comment '属性组内排序', primary key (id) ); alter table pms_attr_attrgroup_relation comment '属性&
2021-07-22 17:00:48 26KB 尚硅谷
1
excel 根据字段创建 hive表
2021-07-22 14:04:39 15KB hive
1
主要介绍了如何在Python中实现goto语句的方法,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一起学习学习吧
2021-07-21 21:35:28 81KB Python实现goto语句
1
用于sql语句学习的数据库,含上万条数据;表结构如下 --学生表tblStudent(编号StuId、姓名StuName、年龄StuAge、性别StuSex) --课程表tblCourse(课程编号CourseId、课程名称CourseName、教师编号TeaId) --成绩表tblScore(学生编号StuId、课程编号CourseId、成绩Score) --教师表tblTeacher(教师编号TeaId、姓名TeaName)
2021-07-21 20:38:31 1.84MB sql 数据库 student sql语句
1