views:

19

answers:

1

hi, i want to insert value of one col to another on inserting new row in sql.

how do i? there is any way to do this by default value(constraint)?

+1  A: 

You have to use a trigger to achieve this.

Raj
I'm not aware from triggers, can you explain for me by one example?
Sadegh
I googled T-SQL + Triggers and got this http://www.devguru.com/technologies/t-sql/7138.asp
Raj

related questions