le数据库中起到字符串拼接的作用

le数据库中起到字符串拼接的作用

例子:select org.id from org where inner_code like '12011601001' || '%'

||在oracle数据库中起到字符串拼接的作用,上面等同于'12011601001%'

04-27 05:07