SQL query with AND? – Postgresql
I have a little problem writing a request. With the data example below, i want to recover the archive_id that have a document_type_id = 18 and 20 +------------+------------------+ | archive_id | document_type_id | +------------+------------------+ | 1 | 20 | |…