Newbie question

Поиск
Список
Период
Сортировка
От Vinay
Тема Newbie question
Дата
Msg-id 001c01c33c1d$843e0100$157a40c0@vinay
обсуждение исходный текст
Ответы Re: Newbie question  ("scott.marlowe" <scott.marlowe@ihs.com>)
Re: Newbie question  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-admin
I have a very simple question regarding creating columns in a table
 
Can we create a column in a table in such a way that it will allow only certain length, nothing less or nothing more
 
here is an example
 
 
create table test(column1 char(2));
 
will create table with column1 which will accept characters upto length two.
I want the column to accept the column value which is absolutely length of two.
 
 
Any Help appreciated
 
Thank you
Vinay

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

Предыдущее
От: "Anagha Joshi"
Дата:
Сообщение: Object based Query Requirement.
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: Newbie question