Re: PostgreSQL SELECT error

Поиск
Список
Период
Сортировка
От caldodge@fpcc.net (Calvin Dodge)
Тема Re: PostgreSQL SELECT error
Дата
Msg-id ca6275f0.0201011550.73371680@posting.google.com
обсуждение исходный текст
Ответ на Re: PostgreSQL SELECT error  ("Juan Riera" <juanriera@hotmail.com>)
Список pgsql-sql
"Juan Riera" <juanriera@hotmail.com> wrote in message news:<a050ee$9bi$1@news.tht.net>...
> It works - thanks, Lee
> However I don't understand what happened as I have created this table
> through W98/ODBC from Approach and I did not put explicitly any quotes on
> variables. Maybe Approach does it? Can I eliminate this quotes from column
> names and put names in small caps?

Well, if you're not constantly recreating the table, why not rename the columns?

Something like:

Alter table previs rename "CDART" to cdart;

Calvin


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Unpredictable text -> date implicit casting behaviour/to_date bug
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Tree structure index usage