摘要:
1.SQL statements are not case sensitive. SELECT is the same as select. 2. SELECT Statement Syntax: SELECT column_name(s) FROM table_name SELECT LastName,FirstName FROM Persons SELECT * FROM Perso... 阅读全文
posted @ 2006-04-07 17:58
asdfasdf
阅读(1155)
评论(0)
推荐(0)