473,396 Members | 1,590 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

ERROR: column "nr_first_name" of relation "gistl_new_request" does not exist

40
Hai,
Im getting this error.There is a column by name "nr_first_name" in the table
"gistl_new_request".
Yet im getting as that dose not exist.Would like to now what is the cause of it.

Thank You
Aug 3 '07 #1
6 14345
crs27
40
Sorry,here is the complete error message,

org.postgresql.util.PSQLException: ERROR: column "nr_first_name" of relation "gistl_new_request" does not exist
Aug 3 '07 #2
michaelb
534 Expert 512MB
Can you provide some details on where you're getting this message?
A relevant code snippet may be helpful.
Also open the psql session and run these commands:
Expand|Select|Wrap|Line Numbers
  1. \l
  2. \d  gistl_new_request
  3.  
What was the output they produced?
Aug 7 '07 #3
gauravgmbhr
107 100+
Sorry,here is the complete error message,

org.postgresql.util.PSQLException: ERROR: column "nr_first_name" of relation "gistl_new_request" does not exist




Your Table "gistl_new_request" does not have a column named "nr_first_name"

Regards Gaurav
Aug 7 '07 #4
crs27
40
Geo=> \d GISTL_NEW_REQUEST
Did not find any relation named "GISTL_NEW_REQUEST".
Geo=> \d "GISTL_NEW_REQUEST"
Table "public.GISTL_NEW_REQUEST"
Column | Type | Modifiers
---------------+------+-----------
NR_FIRST_NAME | text | not null
NR_LAST_NAME | text |
NR_PHONENO | text | not null
NR_MOBILENO | text | not null
NR_EMAIL | text | not null
NR_CITY | text |
NR_PINCODE | text |
NR_ADDRESS | text |
NR_STATE | text |
NR_FLAG | text | not null
Indexes:
"gistl_new_request_pkey" PRIMARY KEY, btree ("NR_EMAIL")

Does double quotes " " ,matter so much.
I have created these tables using PG Amin iii,Yet i got the above error.
Aug 8 '07 #5
crs27
40
I could resolve this...

Thx a lot..
Aug 8 '07 #6
gauravgmbhr
107 100+
I could resolve this...
Thx a lot..
Yes double quotes matters


if you use double quoates " then the relations(table_name or columns_name or any other entity) becomes case sensitive


i hope that solve ur problem

Regards Gaurav
Aug 11 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

20
by: | last post by:
If I need to check if a certain value does exist in a field, and return either "yes" or "not" which query would be the most effestive?
175
by: Sai Hertz And Control Systems | last post by:
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I...
2
by: Iker Arizmendi | last post by:
Using psql and running as the owner of the table "app" I try to access the columns of the table like so: SELECT * FROM app; which returns all the columns in the table including the one I'm...
2
by: Kuti Attila | last post by:
Hi, I have a pgplsql function. It is quite short and simple. The problem:
0
by: Marcel Boscher | last post by:
Hello everybody, i get strange error messages when trying to call up my function with a SELECT functionname(with or without int); varying from: ERROR: function chr(double precision) does...
1
by: Sandro Daehler | last post by:
Hy i have a problem with the following statement: SELECT MAX(id) FROM apconfig; if i send this statement i got the following error: ERROR: column "id" does not exist
2
by: Keithb | last post by:
I need to hide a GridView's "edit" column if the user's role does not support editing. However, the column's Visible property does not support databinding. Is there a workaround? Thanks, ...
5
by: garfy | last post by:
Hi i get this error in validation Line 22 column 6: document type does not allow element "title" here. <title>Seo Web Design Los Angeles - Web Design And Search Engine Optimization L ...
1
by: JaganMohanRao | last post by:
i have create a table and inserted a values init. when i am getting the values it is throwing the exception "ERROR: column "dtype" of relation "xxxx" does not exist" where xxxx is table name. if...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.