风故故,也依依

Stand still in the wind.

导航

2008年6月5日 #

asp中常用的sql操作语句

摘要: 添加、删除、修改使用db.Execute(Sql)命令执行操作╔----------------╗☆ 数据记录筛选 ☆╚----------------╝注意:单双引号的用法可能有误(没有测式)Sql = "Select Distinct 字段名 From 数据表"Distinct函数,查询数据库存表内不重复的记录Sql = "Select Count(*) From 数据表 where 字段名1... 阅读全文

posted @ 2008-06-05 16:09 jadmin 阅读(721) 评论(0) 推荐(0)