This is not possible. But you can create a view to that table CREATE VIEW my_table AS SELECT a1, 2*a1 b1 FROM my_table : hi folks : i hava an oracle(sql)-problem? : wanna create a table with auto-trigger-function -->like in excel! : wanna create: a column A a column B : field a1=2 field b1=2*field a1 : without writing any triggers and update- statements myself. : Question: Is this possible ? : How can I solve this problem? : thanx for your support!
|