create table aaa( a int, b int, c int );insert into aaa( 1, 2, a+b) 를 넣을려고 하는데이때 a+b는 int 값으로 설정되어서 안들어가나요? 쿼리문으로 직접 넣을수 있는 방법은 따로 없는건가용 ㅠ?