Hi Will,
If my understanding is right, you want to update AVGPUPRICE to zero in "DEMO_ST"."T_ST_U_DEMO" table. You can use below SQL.
UPDATE "DEMO_ST"."T_ST_U_DEMO" SET "AVGPUPRICE" = 0;
If not, let us know the requirement.
Regards,
Chandra.
Hi Will,
If my understanding is right, you want to update AVGPUPRICE to zero in "DEMO_ST"."T_ST_U_DEMO" table. You can use below SQL.
UPDATE "DEMO_ST"."T_ST_U_DEMO" SET "AVGPUPRICE" = 0;
If not, let us know the requirement.
Regards,
Chandra.