Microsoft
Software
Hardware
Network
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
Macro creating a chart from table doesn't work
Automatically Install ActiveX Control only from a specific Site
TS Licensing Issue- 2003 server
Netout Connection Rest by Peer
EPS Parser plug-in ,,then open template file?
Combining multiple rows into a single column
DNS Server Warning Events 9999 and 4521
S-Video output on laptops.
Windows XP Photo Printing Wizard
How to do search on special characters in MS SQL?