例子:select org.id from org where inner_code like '12011601001' || '%'
||在oracle数据库中起到字符串拼接的作用,上面等同于'12011601001%'
2023-07-25 11:40:16
例子:select org.id from org where inner_code like '12011601001' || '%'
||在oracle数据库中起到字符串拼接的作用,上面等同于'12011601001%'
下一篇:RabbitMQ 学习笔记