Find values not present in supplied list postgres
问题 I am trying to find a query that will tell me the values that are not in my database. Eg: select seqID, segment from flu where seqID IN (1,2,3,4,5,6,7,8,9). Now if my database doesn't have seqID's 3,8,9 how would I find/display only the missing seqID's. 回答1: First, since you appear to be new to Stackoverflow, here's a few etiquette and posting tips: Always include relevant version information. Here, you probably want to include PostgreSQL's version info Give a brief, concise description of