Can I specify DEFAULT to get the exact value of a column?
I am creating a Serial table, with range, some has From and To and some are just singular.
Therefore I have two columns: [Serial_Fr] & [Serial_To]
If I insert Serial_Fr only, I want to populate Serial_To = Serial_Fr.
How do I do that? Or should I use triggers and just set default = '', in doing this I think it will cause a strain when I have millions of serials.