1
I’m having a question on how to add a relationship between tables.
Example: I am using this command to get the data. However, it returns me with the ID’s of the other tables. I would like to return the names related to the ids.
SELECT * FROM BASE_MARCACAO
WHERE MA_DATA='2019-02-25 00:00:00.000' AND MA_CLINICA='1' and MA_PROFISSIONAL='6771' and MA_CLIENTE_CONVENIO IS NOT NULL
you have to go into more detail about your question, it’s very vague.
– João Martins