搜索到与相关的文章
MySql

mysql学习笔记四(查询数据)

准备数据:createtablestudent(idint,namevarchar(20),chinesefloat,englishfloat,mathfloat);insertintostudent(id,name,chinese,english,math)values(1,`张小明`,89,78,90);insertintostudent(id,name,chinese,english,math)values(2,`李进`,67,98,56);inse

系统 2019-08-29 22:10:32 2593

编程技术

a的分页样式