With PostgreSQL, you can do this with the TRIM() function. It only requires one parameter. Take a look: SELECT TRIM(' Martin Smith from England . ');.
確定! 回上一頁