Обсуждение: Defining aliases for types. Can it be done?

Поиск
Список
Период
Сортировка

Defining aliases for types. Can it be done?

От
Stephen Ingram
Дата:
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