Tina's blog
开心过好每一天! Come on !
摘要: Store_Information 表格 store_name Sales Date Los Angeles $1500 Jan-05-1999 S... 阅读全文
posted @ 2008-09-25 17:33 Tinachang 阅读(176) 评论(0) 推荐(0) 编辑
摘要: create table UserAccount ( UID int, UName varchar(50), JoinDate datetime ) insert into UserAccount values(1,'Jimmy','2006-10-3') insert into UserAccount values(2,'Jack','2006-10-25') inser... 阅读全文
posted @ 2008-09-25 16:59 Tinachang 阅读(7093) 评论(9) 推荐(1) 编辑