Pandareen Posted January 1, 2012 Share Posted January 1, 2012 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 Quote Link to comment https://forums.phpfreaks.com/topic/254177-echo-querry/ Share on other sites More sharing options...
Pikachu2000 Posted January 1, 2012 Share Posted January 1, 2012 By assigning it to a variable, and echoing it like any other variable, i suppose. But why? There isn't anything in it that isn't literal anyhow. Quote Link to comment https://forums.phpfreaks.com/topic/254177-echo-querry/#findComment-1303164 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.