Re: column and table names

Поиск
Список
Период
Сортировка
От Phillip Smith
Тема Re: column and table names
Дата
Msg-id 003301c78855$2da62790$9b0014ac@wbaus090
обсуждение исходный текст
Ответ на column and table names  ("stephen`" <mail@xesoftware.com.au>)
Список pgsql-novice

Try using double quotes:

… WHERE table_name =”marketLayout”

 

-----Original Message-----
From: pgsql-novice-owner@postgresql.org [mailto:pgsql-novice-owner@postgresql.org] On Behalf Of stephen`
Sent:
Thursday, 26 April 2007 17:54
To: pgsql-novice@postgresql.org
Subject: [NOVICE] column and table names

 

This one works, but the column name one below doesn’t. 

 

SELECT column_name FROM information_schema.columns WHERE table_name ='marketLayout'


*******************Confidentiality and Privilege Notice*******************

The material contained in this message is privileged and confidential to the addressee. If you are not the addressee indicated in this message or responsible for delivery of the message to such person, you may not copy or deliver this message to anyone, and you should destroy it and kindly notify the sender by reply email.

Information in this message that does not relate to the official business of Weatherbeeta must be treated as neither given nor endorsed by Weatherbeeta. Weatherbeeta, its employees, contractors or associates shall not be liable for direct, indirect or consequential loss arising from transmission of this message or any attachments

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

Предыдущее
От: "Phillip Smith"
Дата:
Сообщение: Re: pg_dump
Следующее
От: "Phillip Smith"
Дата:
Сообщение: Re: How long does commit take?