例子:select org.id from org where inner_code like '12011601001' || '%'
||在oracle数据库中起到字符串拼接的作用,上面等同于'12011601001%'
例子:select org.id from org where inner_code like '12011601001' || '%'
||在oracle数据库中起到字符串拼接的作用,上面等同于'12011601001%'
转载于:https://www.cnblogs.com/zhenmingliu/p/3159207.html