现在有一个oracle的instr()函数 想转成pg的写法 要怎么转呀?
instr(reverse(a.ori_file_name) ,'/', 1)
你这个instr对应的就是返回斜杠第一次出现的下标位置,pg直接使用position不就可以了么,一样的效果