I'm having a problem while doing a mysql query.
I want to select the id and name of all the presents, except those that are already in the reservation table.
SELECT DISTINCT
tb_presentes.id_presente AS value_id,
tb_presentes.nome...
asked by
26.01.2018 / 16:40