SQL Server基础知识
摘要:查看sql server版本select @@VERSION基本操作use tty; 使用tty数据库create table tt(name varchar(10)); 新建表ttinsert into tt values('ftp'); 插入数据...
阅读全文
posted @ 2014-07-16 16:55
posted @ 2014-07-16 16:55
posted @ 2014-07-16 16:48
posted @ 2014-07-16 16:38
posted @ 2014-07-16 16:31