I need to split a string in Postgres SQL which may or may not have decimal numbers. I have tried this SELECT regexp_match('abcd1234567ef', ...
確定! 回上一頁