请问在sql sever中,select * from 表名 where 字段名 = 整型变量,要怎么写才对!!!求格式啊。。。。。
2个回答
展开全部
&id 是你的变量,
select * from tables where id = &id
select top 10 * from tables where id = &id
select * from tables where id = &id
select top 10 * from tables where id = &id
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你写的没问题啊。整型变量直接写数字就行了
追问
int count=1;
sql = select * from table where number=.........
我的问题就是想在.........处放count,但是总错!请问,怎么写才对?
追答
不知道你使用的语言,大致你应该这样写:
sql = "select * from table where number = " + count;
在程序中嵌入的sql语句是字符串类型的。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询