Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Bending the rules using MERGE INTO
I've been contacted at my personal email by Jeff Hunter regarding this
thread. It appears that not only is he intent on using a merge but
he's a rude, arrogant yank. Sorry I tried to help you. I've got a 2nd
degree black belt in karate I'd like to use on this stupid yank.
Cheers,
Simon Adebisi
Sr. Oracle Engineer
vslabs_at_onwe.co.za (Billy Verreynne) wrote in message news:<1a75df45.0307170347.73a509f1_at_posting.google.com>...
> omar_adebisi_at_hotmail.com (Simon Adebisi) wrote i
>
> > Based on the scenario you mentioned I have
> > knocked out some of the coding for you:
> >
> > insert into test (a, b) values (1, 1);
> > update test set b = 2;
>
> The way I read it, the update should look as follows:
>
> UPDATE test
> SET b = 2
> WHERE a = b
>
> I.e. if there is a match, "mark" the 2nd column.
>
> Not that this type of thing makes a lot of sense just looking at the
> SQL.. old and continual gripe I have. People posting for help when
> they do not identify the actual problem.
>
> The so-called solution that a poster wants help on, is often the darn
> wrong one in the first place for his problem. If the problem is
> identified and the the proposed solution offered.. then we are in a
> much better position to provide truly meaningful advice.. as oppose to
> respond with fixes to syntax errors and the like to what the OP thinks
> the solution should be.
Received on Thu Jul 17 2003 - 17:13:17 CDT
![]() |
![]() |