会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
http://union.suning.com/aas/open/vistorAd.action?userId=124924&webSiteId=12164&adInfoId=6494&adBookId=48681&subUserEx=155412&vistURL=http://www.suning.com
nono
好好生活,
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
2015年4月29日
sql 总结
摘要: --select...from...where... 查询--insert into...values() 插入--update...set... 改--delete from...where... 删--drop table ..删除表--top 查询前几行。跟在select后面--di...
阅读全文
posted @ 2015-04-29 11:28 .netpjava
阅读(146)
评论(0)
推荐(0)
2015年4月26日
学生成绩表 SQL练习题
摘要: create table Student(Sno char(3) primary key,Sname char(8) not null,Ssex char(2) not null,Sbirthday datetime,Class char(5));create table Course(Cno va...
阅读全文
posted @ 2015-04-26 09:53 .netpjava
阅读(1016)
评论(0)
推荐(0)
2015年4月16日
oracle与sqlserver的十大区别
摘要: --sql server 与 oracle的区别 --DBMS 数据库管理系统--1.数据类型不同。 --sql server 的数据类型:int ,smallint ,char,varchar,nchar,nvarchar,ntext,datetime,smalldatetime,money,...
阅读全文
posted @ 2015-04-16 10:06 .netpjava
阅读(288)
评论(0)
推荐(0)
上一页
1
2
3
4
5
公告