![]() |
#2
ysf01812010-01-11 11:26
|
dim id
id=request("id")
sqlcmd="update wygkway set is_img=not is_img where id="&id
conn.execute sqlcmd
conn.close
set conn=nothing
请帮我 看一下
这个 sql 语句 not 应该 怎么写 了?
sqlcmd="update wygkway set is_img=not is_img where id="&id