I want to show the names of people who do not have a departamento
The data is:
+----+---------+----------------+ +----+--------------------+
| id | Nombre | idDepartamento | | id | NombreDepartamento |
+----+---------+----------------+ +----+--------------------+
| 44 | Daniel | 1 | | 1 | Desarrollo |
+----+---------+----------------+ +----+--------------------+
| 45 | Manuel | 0 | | 2 | Contabilidad |
+----+---------+----------------+ +----+--------------------+
| 47 | Juan | 0 |
+----+---------+----------------+
| 49 | Alfonso | 0 |
+----+---------+----------------+
I want to show them in a select
of