Jump to content

Echo Querry


Pandareen

Recommended Posts

Hello!How can I echo this query?

 

SELECT i.internareID, CONCAT_WS(  ' ', p.Nume, p.Prenume ) , p.cnp, m.nume, d.nume, ca.nume
FROM internari i
INNER JOIN medici m ON m.medicID = i.medicID
INNER JOIN pacienti p ON p.pacientID = i.pacientID
LEFT JOIN diagnostic d ON d.diagnosticID = i.diagnosticID
LEFT JOIN case_asigurari ca ON ca.casaID = i.casaID

		ORDER BY  `internareID` DESC 

Link to comment
https://forums.phpfreaks.com/topic/254177-echo-querry/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.