回 帖 发 新 帖 刷新版面

主题:一个ASP SQL查找数据库问题求帮

大家好
我用SQL表查找数据库表出了占问题请帮帮我一下
倒子如下
查找数据库中的 表class 中c_id大以50 和 c_name小以20

select * from class where c_id,c_name=true and c_id>50 c_name<20


请问一下句那有写错的地方 谢谢了

回复列表 (共3个回复)

沙发

select * from class where c_id>50 and c_name<20

板凳

select * from class where c_name=true and c_id>50 and c_name<20

3 楼


select * from 表明 where id > 50 and name < 20

我来回复

您尚未登录,请登录后再回复。点此登录或注册