Mybatis 中PostgreSQL的LIKE关键字使用大全. SELECT * FROM public."user" WHERE UPPER(username) LIKE UPPER('%' || #{username} || '%'); SELECT ...
確定! 回上一頁