I have two tables, one for patients and one for queries. In summary, the tables have the following structure:
Patients
int id;
string nome;
string cartaoSus;
Queries
int id;
int idPaciente;
dateTime data;
When I want a patient r...
asked by
05.07.2017 / 15:11