当前位置:早雪网网络学院编程文档ASP → 解析[7] : Insert 的用法

解析[7] : Insert 的用法

减小字体 增大字体 作者:佚名  来源:本站原创  发布时间:2005-6-24 3:39:04
解析[7] : Insert 的用法

以下是一个简单的 Update 语句的例子 :
   Update customers
   Set credit=100000.00,id=99
   Where name='asp'


   在此例中我们将表 customers 中客户名为 asp 的客户的信贷值更新为 10 万并将他的 ID 变更为 99。再看下例:
   Update customers
   Set credit=200000.00,state=021
   Where ID in (80,90,100,120)

[数据载入中...] [返回上一页] [打 印]