I need to select all rows from a table (see structure below) but that's more complex.
I want 5 unique idm but all rows with this idm (which is the ID of a conversation).. How can I do it ?
+------------+
| messagerie |
+------------+
| ID |
| idm |
| send |
| receipt |
| subject |
| message |
+------------+