我有一个巨大的表,我想遍历每一行,进行以下计算并将新值插入新列中。
For example:
Old_Table1:
Product Quantity Price
TV 20 350€
New_Table:
Product Quantity Price TOtal
TV 20 350€ 7000€
如何编写查询以执行以下操作。
如果有人熟悉使用 HANA 实现相同的功能,那就太好了。