PostgreSQL 的LIKE操作符是用來反對使用通配符的模式匹配的文本值。 ... WHERE SALARY::text LIKE '200%', Finds any values that start with 200.
確定! 回上一頁