4个回答
展开全部
idd = 1
sql = "select * from table where id='"& idd &"'" -->>id是字符串类型
sql = "select * from table where id="& idd -->>id是数字类型
sql = "select * from table where id='"& idd &"'" -->>id是字符串类型
sql = "select * from table where id="& idd -->>id是数字类型
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
告诉你一个办法,先在数据库里面写好SQL语句
比如select * from test where col1='abc'
然后放在asp中的字符串中
str="select * from test where col1='abc'"
下一步替换其中变化的地方
str="select * from test where col1='" + some + "'"
比如select * from test where col1='abc'
然后放在asp中的字符串中
str="select * from test where col1='abc'"
下一步替换其中变化的地方
str="select * from test where col1='" + some + "'"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
id = 1
sql = "select * from aaa where id='"& id &"'"
sql = "select * from aaa where id='"& id &"'"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询