PostgreSQL provides the SUBSTRING() function, to extract a substring from a string expression: SELECT .... FROM tab1 WHERE SUBSTRING(col1 from 2 for 2) ...
確定! 回上一頁