TA贡献1条经验 获得超4个赞
select count(uid) as num from user_table where name like '张%'
TA贡献6条经验 获得超3个赞
select count(uid) as num from user_table where name like "%张%"
TA贡献45条经验 获得超22个赞
select count(*) from table where name like '张%'
TA贡献4条经验 获得超0个赞
用hql应该怎么查
TA贡献16条经验 获得超4个赞
用like模糊查询
TA贡献6条经验 获得超1个赞
select count(*)from user where name like “%张%”
TA贡献1条经验 获得超0个赞
select count(*) count from user_table where name like '张%'
大厂算法面试真题解析32讲
¥ 68.00
32 堂微服务架构设计与落地精讲课
¥ 78.00
Java 并发编程深度解析
¥ 58.00
MySQL 开发高频面试题精选
¥ 48.00
10+年DBA老司机带你轻松玩转 SQL
举报