On Wednesday 03 August 2005 15:23, operationsengineer1(at)yahoo(dot)com
wrote:
> can i use pgsql to force th einput of leading zeros?
>
> i have an application that enters serial numbers
> within a range, eg, 00001 to 00003.
Use a string type, but only allow certain characters.
Gord