上一页 1 ··· 4 5 6 7 8
摘要: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication2 { class Program { s... 阅读全文
posted @ 2016-10-14 21:43 影落明湖 阅读(370) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace ConsoleApplication3 { class Program { static void Main(s... 阅读全文
posted @ 2016-10-13 00:06 影落明湖 阅读(202) 评论(0) 推荐(0) 编辑
摘要: ---求平均工资 SELECT AVG(sal) FROM emp; -----------大于平均工资 SELECT e.ename,e.job,e.sal FROM emp e WHERE e.sal>(SELECT AVG(sal) FROM emp) -------- --e领导编号=m雇员编号 --emp雇员表,dept部门表 SELECT e.ename 雇员姓名,e.job 雇... 阅读全文
posted @ 2016-10-01 23:57 影落明湖 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 向左走 向右走 阅读全文
posted @ 2016-09-28 23:15 影落明湖 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-28 17:17 影落明湖 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 11 22 33 44 阅读全文
posted @ 2016-09-27 10:10 影落明湖 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2016-09-26 22:57 影落明湖 阅读(7198) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 阅读全文
posted @ 2016-09-26 22:31 影落明湖 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 无标题文档 隐藏内容 阅读全文
posted @ 2016-09-26 22:29 影落明湖 阅读(2106) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8