Printing problem in the field form
Salve in a field of the form I id mamera that in the database of the rooms corresponds to a name.
doing a select I;
SELECT nome_cam
FROM room
WHERE id = {room}
ORDER BY nome_cam
but in the field of the form I press; id name Room
how do I print only the name of the room with no id?