I have a simple task (they said!), which I need to update the table column using a select
statement.
Something like below:
So let's say this table A, I have a bad data on previous pcsProduces
column,
right now I want to multiply the cavities and heatcyclecount
and then I would like to update the pcsProduces
column to a proper value.
The problem is, I have thousands of record, which I really appreciate if someone can help me by showing how to use simple update and select query.