nemeric table names

From: sanskar soni <sanskar(dot)sony(at)gmail(dot)com>
To: pgsql-admin(at)postgresql(dot)org
Subject: nemeric table names
Date: 2005-06-27 08:06:46
Message-ID: b9ea067d05062701061ecaaa21@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Gnanavel Shanmugam 2005-06-27 09:33:50 Re: nemeric table names
Previous Message Martin Fandel 2005-06-27 07:22:51 DRDB?