Link to home
Start Free TrialLog in
Avatar of vbnetcoder
vbnetcoder

asked on

Create merge statement in SQL Developer for Oracle

I am using sql developer.  Is there an easy way to create a merges statement?
Avatar of johnsone
johnsone
Flag of United States of America image

The tool doesn't really matter.  The syntax does.  The documentation for MERGE, with examples, is here.

If you have more specific questions, please post requirements with sample data and expected results.
Avatar of vbnetcoder
vbnetcoder

ASKER

I am asking if there is an AUTOMATED way to create a merge statement. I realize the syntax works the same in any tool.  I was TOAD has a way of doing this but i don't know if SQL developer has this.
I don't use SQL Developer that much, so I'm not sure if it has a wizard for creating statements.  I doubt it.  You really should learn how to write the statements.  You'll go a lot further if you know the syntax than relying on a tool to generate it for you.  What happens if you go to a new location that doesn't allow that tool?
ASKER CERTIFIED SOLUTION
Avatar of vbnetcoder
vbnetcoder

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
this is what i needed.  i will be creating a lot of these kind of statements so i needed and automated way of doing it.