Here you use the regex \D to split on everything that is not a digit, leaving you with the digits (read more about postgres regex), which you then sum as ...
確定! 回上一頁