I have table Employee with two columns: [EmpCode] and [Dept].
Is it possible that [Dept]'s default value be some CASE statement that can be two possible values? If [EmpCode] begins with 'H' then [Dept] equals 'HR'. Otherwise, [Dept] equals 'ENG'.
Thanks.
VM