Thread: Defining aliases for types. Can it be done?

Defining aliases for types. Can it be done?

From
Stephen Ingram
Date:
Hi,

If I have a field in a table, say

streetname     varchar(50)     NOT NULL

Is there any (easy :) ) way to 'alias' the varchar(50) to a user defined type
like  'streettype' ?

Cheers

steve