有个商品表,在页面进行展示,并对产品进行操作,有修改,删除,上移和下移
我现在想完成上移下移,
不知道sql语句怎么写啊
网站是用asp开发的,
Action=Trim(request("Action"))
if Action="MoveUp" then
sql="上移语句"
end if
if Action="MoveDown" then
sql="下移语句"
end if
语句怎么写啊,这两条语句,
有没有别的简单的解决方法
...全文
5910打赏收藏
急求asp+acess 中一条sql语句
有个商品表,在页面进行展示,并对产品进行操作,有修改,删除,上移和下移 我现在想完成上移下移, 不知道sql语句怎么写啊 网站是用asp开发的, Action=Trim(request("Action")) if Action="MoveUp" then sql="上移语句" end if if Action="MoveDown" then sql="下移语句" end if 语句怎么写啊,这两条语句, 有没有别的简单的解决方法