nemeric table names

Поиск
Список
Период
Сортировка
От sanskar soni
Тема nemeric table names
Дата
Msg-id b9ea067d05062701061ecaaa21@mail.gmail.com
обсуждение исходный текст
Ответы Re: nemeric table names  (Gnanavel Shanmugam <s.gnanavel@inbox.com>)
Список pgsql-admin
Hi all I want to create table  in my database, But the table name must
begin from numric value.
Such As:
CREATE TABLE 123 (
name                 VARCHAR(20),
phone                 CHAR(20)
);

When i do this i got error message. Bottomline is that i want table
name starting with numeric value. Can anyone let me know how to do
this in postgresql?

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

Предыдущее
От: "Martin Fandel"
Дата:
Сообщение: DRDB?
Следующее
От: Gnanavel Shanmugam
Дата:
Сообщение: Re: nemeric table names