Hi All,I need to avoid/deny blank values/empty string ('') entered into few columns in a table. This column already does not allow NULL values and there is a default constraint set. I would like to apply same check constraint that applies to 5 columns in the same table. Can I use just one check constraint?What is the best way to accomplish this.Many thanks!
↧