数据库条件查询

select *from xinxibiao where high>163 and sex=''

update xinxibiao set name='约里克where name='刘凯'

--between and 在什么和什么之间

select *from xinxibiao where high between 165 and 175

select *from xinxibiao where name like '%'--查询表中姓王的

--% 是通配符 可以代替任意字符和数据  like好像的意思

posted @ 2015-04-18 20:44  XCml  阅读(187)  评论(0编辑  收藏  举报