主题:行家,这句查询语句咋写?
combo1里放入符号>,<,>=,<=,=....text1是输入的分数
查询分数符合一定条件的记录!
这样写是错误的:
select * from student where 分数 " & combo1.text &" '"& trim(text1.text) &"'"
查询分数符合一定条件的记录!
这样写是错误的:
select * from student where 分数 " & combo1.text &" '"& trim(text1.text) &"'"