I am writing a script to update a value in an Oracle table. The script has a 'From' clause which Oracle does not like. Is there another way to write this since I am bringing data from 3 different tables.ThanksSamir

Showing Answers 1 - 10 of 10 Answers

S

  • Mar 27th, 2006
 

Use JOins

  Was this answer useful?  Yes

smi

  • Jul 30th, 2012
 

Use merge stat

  Was this answer useful?  Yes

Vijay

  • Mar 20th, 2013
 

By using merge statement we can do it simply.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions