Posts by Cleber Lee Rocha • 13 points
1 post
-
1
votes1
answer26
viewsQ: Problem in mysql query
I’m having a problem doing a mysql query. I want to select the id and name of everyone present, except those already in the booking table. SELECT DISTINCT tb_presentes.id_presente AS value_id,…