Re: Variable-length Types

Поиск
Список
Период
Сортировка
От DalTech - CTE
Тема Re: Variable-length Types
Дата
Msg-id 00e701c0385a$e9d47180$5911be86@cte.Dal.Ca
обсуждение исходный текст
Ответ на Variable-length Types  (Itai Zukerman <zukerman@math-hat.com>)
Список pgsql-sql
> It takes a string and returns something that looks like Varchar(22);
> If someone types in 10 digits, it returns output like (###) ###-####
> If a user enters 7 digits, it picks a default area code and returns
> (415) ###-####,
> and if they type more than 10 digits or enter any digits after an "x",
> they get (###) ###-#### x###


Why not treat each group of ###s as its own variable? You would then have a
lot of freedom to insert defaults if null and the like.

-C. Currie





В списке pgsql-sql по дате отправления:

Предыдущее
От: Josh Berkus
Дата:
Сообщение: Re: Last serial number inserted
Следующее
От: Bernie Huang
Дата:
Сообщение: nested transactions