Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what's the syntax to update a column on table from a COUNT(*)

539442Nov 27 2006 — edited Nov 27 2006
what's the syntax to update a column on table from a COUNT(*):

Something like this is posible?
UPDATE TEMP_PESQUISA_DIGITAL
SET total = SELECT COUNT(*) FROM TEMP_PESQUISA_DIGITAL;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 25 2006
Added on Nov 27 2006
10 comments
1,284 views