数据库之条件查询

–条件查询(select condition From table name where searchcondition) –一、比较运算符(=,<>,>,<,>=,<=)注意:<> 等价于 !=web --查询Student_info中全部女生信息 use Student_412 select * From Student_info where Sgender = '女' –二、
相关文章
相关标签/搜索