or: WITH excluded(item) AS ( VALUES('item1'), ('item2'), ('item3'), ('item4'),('item5') ) SELECT * FROM thetable t LEFT OUTER JOIN ...
確定! 回上一頁