Trigger for Minimum character entry
606396Nov 1 2007 — edited Nov 2 2007Hello,
I would like to be able to make users enter a minimum number of characters, eg
refno char(4), when they insert data, they can ONLY enter 4 characters, no more no less.
I have been told this can't be done with a check constraint, and I have to a Trigger, but I have no idea where to start!
Cheers, Sam.