buildakicker Posted July 7, 2011 Share Posted July 7, 2011 Hi all, I am moving an app from php4 to 5 and have this query: $queryR = "Select u.unit_name, o.contact_name, o.contact_area, o.contact_number, o.contact_email, u.web_url, o.offering_desc from eum_offerings v o, eum_units u where o.offering = '".$offering."' and o.eu = u.eu order by u.unit_name"; where offering could = a few things, such as bridges. Does that look correct? SQL Plus is giving me a command not properly ended error. Quote Link to comment https://forums.phpfreaks.com/topic/241352-oracle-query-look-correct/ Share on other sites More sharing options...
buildakicker Posted July 7, 2011 Author Share Posted July 7, 2011 There is something wrong with the tables in the db. Quote Link to comment https://forums.phpfreaks.com/topic/241352-oracle-query-look-correct/#findComment-1239826 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.