2011年4月12日

SQL 数据库学习笔记

摘要: SQL语法: 在其他的数据库也能用; DDL--数据定义(greate teble,drop table,alter table) DML--数据操作语言(select,insert,update,delete); 主键: 生产 GUID 值的方法 1,SQL中用 newid(); 默认... 阅读全文

posted @ 2011-04-12 19:21 码农也疯狂 阅读(341) 评论(1) 推荐(0) 编辑

导航