Open GoogleCodeExporter opened 8 years ago
Try by adding your script in a block.
BEGIN
alter table CHARGE_SUMMARY add (START_TIME number(19,0));
update CHARGE_SUMMARY set START_TIME=END_TIME where START_TIME is null;
alter table CHARGE_SUMMARY modify (START_TIME not null enable);
end;
Original comment by prabhaj...@gmail.com
on 28 May 2015 at 11:55
Original issue reported on code.google.com by
jkaras...@gmail.com
on 8 Apr 2015 at 12:18