会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
左转右转
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
7
8
9
10
11
12
下一页
2015年11月30日
HTML—标签与表格 、框架
摘要: 1、标签标签练习(锚点设置)让下面所有文字的size都为5字体加粗方式1b标签字体加粗方式2strong标签字体倾斜方式1i标签字体倾斜方式2em标签字体加下划线u标签居中显示center标签分段显示p标签空格是NBspace回车是br标签或br斜杠标签(图片层标签)中国人民解放军总参谋部(层标签)...
阅读全文
posted @ 2015-11-30 19:13 左转右转
阅读(820)
评论(2)
推荐(0)
2015年11月25日
触发器,视图
摘要: 1、 触发器 create trigger tr_studenton student--对于哪一个表instead of delete--替换掉delete语句asinsert into student values (16,'成龙','男','三班',1003,1103,1113)godelete
阅读全文
posted @ 2015-11-25 19:31 左转右转
阅读(179)
评论(0)
推荐(0)
2015年11月24日
while 循环,存储过程
摘要: 1、while 循环declare @ss intset @ss=2while @ss80if @count>=3 print '教师测评达标'else print '不达标' goexec x--执行② 有参数 ,没有返回值--查看所输入编号的学生是否能够结业,两门以上及格即可结业--三门都及格,...
阅读全文
posted @ 2015-11-24 20:21 左转右转
阅读(463)
评论(0)
推荐(0)
2015年11月23日
变量查询,运算符优先级,if语句
摘要: 1、三个关联表的查询use 新建create table teacher(tcode int primary key,lesson char(10),age int,birth datetime)gocreate table student(xcode int primary key,name va...
阅读全文
posted @ 2015-11-23 20:10 左转右转
阅读(366)
评论(0)
推荐(0)
2015年11月22日
子查询,分页查询,连接查询
摘要: use studentcreate table bumen( bcode int primary key, bname varchar(50), bzhi varchar(50))gocreate table ren( code int identity(1,1), name varchar(50)
阅读全文
posted @ 2015-11-22 20:06 左转右转
阅读(650)
评论(0)
推荐(0)
时间日期函数 类型转换
摘要: 1、时间日期函数set datefirst 1select @@DATEFIRST as '1st Day',DATEPART(DW,GETDATE())as 'ToDay'select getdate()select DATEADD(YEAR,2,'2015-11-22 14:45:03.690'...
阅读全文
posted @ 2015-11-22 20:01 左转右转
阅读(351)
评论(0)
推荐(0)
2015年11月19日
数学函数,字符串函数,聚合函数
摘要: 1、--数学函数;ABS(-8)绝对值、ceiling(3.12) 取上线、floor取下限、power(2,3)几次方、--round()四舍五入--sqrt开平方根、squar平方--字符串函数--ASCII 返回字符串最左边的字符ascii码select ASCII('name')select...
阅读全文
posted @ 2015-11-19 09:33 左转右转
阅读(797)
评论(0)
推荐(0)
2015年11月17日
数据库 表格创建和管理
摘要: 结构化查询语言(Structured Query Language)简称SQL;数据库管理系统(Database Management System)简称DBMS;数据库管理员(Database Administration)简称DBA,功能是确保DBMS的正常高效运行;数据库分体验版(一般只安装...
阅读全文
posted @ 2015-11-17 20:29 左转右转
阅读(416)
评论(0)
推荐(0)
2015年11月10日
函数
摘要: 函数:能够独立完成某项功能的模块。函数四要素:输入、输出、函数体、函数名函数定义: (static/public) 返回类型 函数名(参数类型 参数名,参数类型 参数名){ 函数体}函数的调用:返回变量类型 变量名 = 函数(实参值)1、/// /// 求阶乘 ...
阅读全文
posted @ 2015-11-10 20:26 左转右转
阅读(212)
评论(0)
推荐(0)
2015年11月9日
集合
摘要: 1、2、3、4、5、6、7、8、9、10、11、12、13、14、
阅读全文
posted @ 2015-11-09 17:02 左转右转
阅读(142)
评论(0)
推荐(0)
上一页
1
···
7
8
9
10
11
12
下一页
公告