1、现在有个表A,
a b
1 a
2 b
3 c
我要搜c
然后出现3
搜b 出现2
这个怎么做
有没有相关的语法能做到这个,我只会粗浅的语法
我想的太多了,稍微转几个弯就好了,自己解决了
select a from A where b=c
然后 SqlDataReader 一下就好了。