Query about SQL in PostgreSQL

Поиск
Список
Период
Сортировка
От Muhammad Nadeem Ashraf
Тема Query about SQL in PostgreSQL
Дата
Msg-id 20050419094846.21474.qmail@web50506.mail.yahoo.com
обсуждение исходный текст
Ответы Re: Query about SQL in PostgreSQL  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Query about SQL in PostgreSQL  (Sean Davis <sdavis2@mail.nih.gov>)
Re: Query about SQL in PostgreSQL  (Reinoud van Leeuwen <reinoud.v@n.leeuwen.net>)
Re: Query about SQL in PostgreSQL  (Richard Huxton <dev@archonet.com>)
Список pgsql-sql
Hi,
I am new user of PostGreSQL 8.0.1. While using it i faced following issue. As SQL is Case insensetive Language So the Uper or Lower cases are not significant. But while using the database there is problem.
If i Create new Table with name (tblstudent) then upon SQL queries it is fine to use Select * from tblstudent. However i face probel if i give the name of table in Capital letters i.e. if the name is (tblStudent) then upon using Select * from tblStudent, following error is appeard:
ERROR:  relation "tblst" does not exist 
 
And if i use the query Select * from "tblStudent" then it works fine.
 
 
Please help me out in this regard.
Nadeem
 


Yahoo! Mail Mobile
Take Yahoo! Mail with you! Check email on your mobile phone.

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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Getting the output of a function used in a where clause
Следующее
От: KÖPFERL Robert
Дата:
Сообщение: Re: Query about SQL in PostgreSQL