![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello I'd like to update the values of av.score_no to 0 where the value of pe.avail_flag='Y' and pe.person_id=av.person_id Could some kind person provide a tip? Thanks. update score av set av.score_no=0.0 from score av, ( select pe.*, av.* from score av join people pe on av.person_id=pe.person_id where pe.avail_flag='Y' ) b where b.person_id=av.person_id |
#3
| |||
| |||
|
|
/Lennart- Hide quoted text - - Show quoted text - |
![]() |
| Thread Tools | |
| Display Modes | |
| |