Question : Oracle - Massupdate of 26 fields by script

need help with some oracle sql updates.

I have to repeat this task (see code) for these fields:

F50B ... F63B (F50BY ... F63BY)
F50C ... F63C (F50CY ... F63CY)

Is these an easier way then doing it manually.

Thank you,
Tolomir

Code Snippet:
1:
2:
3:
UPDATE MSTR.V_MS_BASISDATA_2
SET F50BY = 'Y'
WHERE F50B >= 1;
Open in New Window Select All

Answer : Oracle - Massupdate of 26 fields by script

' = ''J''  
should be
' = ''J''  '
Random Solutions  
 
programming4us programming4us