为什么我这条sql查询不到数据
select * from where not EXISTS (select * from where like '%'|| ||'%' );
正常来说我应该查询出 不让写表名称 表的最后两条数据
这是 表的数据
这是 表的数据
select * from where not EXISTS (select * from where like '%'|| ||'%' );
正常来说我应该查询出 不让写表名称 表的最后两条数据
这是 表的数据
这是 表的数据
'%'|| ||'%'换成concat('%', a.num, '%')