Jump to content

Oracle query look correct?


Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/241352-oracle-query-look-correct/
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.