Re: Need Similar Oracle Query ?
From: Luqman (pearlsoft_at_cyber.net.pk)
Date: 02/05/05
- Previous message: Ian Wilson: "using flash in ms access 97"
- In reply to: Al Reid: "Re: Need Similar Oracle Query ?"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Feb 2005 18:19:09 +0500
I am using Oracle 9i, Version 9.2.0
Best Regards,
Luqman
"Al Reid" <areidjr@reidDASHhome.com> wrote in message
news:eJ$pIurCFHA.2072@TK2MSFTNGP10.phx.gbl...
> "Luqman" <pearlsoft@cyber.net.pk> wrote in message
> news:OkoulJrCFHA.2568@TK2MSFTNGP10.phx.gbl...
>> I have created this query in Sql Server 2000 and I need to run similar
>> query
>> in Oracle.
>>
>> update cont_item
>> set psqft=sqsm
>> from mcontract b
>> inner join cont_item c on b.cn=c.cn and b.rev=c.rev
>> and b.uqty like '%F%'
>>
>> MContract is Master Table
>> Cont_Item is Detail Table
>> Both linked with two keys : CN,REV
>>
>> The Cont_Item has Two Quantity Fields, psqft and sqsm
>>
>> I need all psqft fields should be equal to sqsm field
>> where their Parent Record in Contract Table Field UQTY like '%F%'
>>
>> Best Regards,
>>
>> Luqman
>>
>
> What version or oracle are you running?
>
> --
> Al Reid
>
>
- Previous message: Ian Wilson: "using flash in ms access 97"
- In reply to: Al Reid: "Re: Need Similar Oracle Query ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|