To get the characters after the last ~ you can use substring() with a regex: substring(col1 from '~([^~]+)$').
確定! 回上一頁