摘要: conn.execute("select id,title,content from document where id=1")(0) 取id conn.execute("select id,title,content from document where id=1")(1) 取title conn.execute("select id,title,content from document... 阅读全文
posted @ 2008-09-18 21:27 .NET钉子户 阅读(338) 评论(0) 推荐(0)
摘要: select top n * n----取n行的记录; *----取字段,可以是一个,几个,所有的字段名; 阅读全文
posted @ 2008-09-18 21:15 .NET钉子户 阅读(191) 评论(0) 推荐(0)