mysql语句查询含有下划线的数据,sql怎么写?

mysql语句查询含有下划线的数据,sql怎么写?


守着一只汪
浏览 1451回答 3
3回答

冉冉说

select distinct 姓名 from 表 where 姓名 in (select 姓名 from 表 where 成绩>80 having count(*) =(select count(distinct 科目) from 表))

繁星coding

SELECT * FROM `name` WHERE `banji` like '%三年二班%'and ‘id’ between 200 and 300
打开App,查看更多内容
随时随地看视频慕课网APP