Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
SQL query with INNER JOIN giving the SQL Code -203

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
deepak.kec

New User


Joined: 26 Feb 2007
Posts: 12
Location: bangalore

PostPosted: Thu May 08, 2008 9:57 am    Post subject: SQL query with INNER JOIN giving the SQL Code -203
Reply with quote

Hi,

I want to have the value of variable (say X) which is present in two Tables.
Both the tables have that column with same name. So i just want to know the variable value which is present in both the DB2 tables.

We tried with INNER JOIN but its giving the SQL Code -203

Please let me know the SQL query for this.
If u need more information do let me know.
Back to top
View user's profile Send private message
References
PostPosted: Thu May 08, 2008 9:57 am    Post subject: Re: SQL query with INNER JOIN giving the SQL Code -203 Reply with quote

the_gautam

Active User


Joined: 05 Jun 2005
Posts: 94
Location: Bangalore

PostPosted: Thu May 08, 2008 10:10 am    Post subject:
Reply with quote

what i understood from your post is that you want to fetch the row which is having the same value in both the tables.

SELECT * FROM MYTABLE1, MYTABLE2 WHERE MYTABLE1.MYCOL = MYTABLE2.MYCOL;
Back to top
View user's profile Send private message
Help-Me-Out

Active User


Joined: 09 Dec 2006
Posts: 53
Location: Pune

PostPosted: Thu May 08, 2008 10:23 am    Post subject: Reply to: SQL query with INNER JOIN giving the SQL Code -203
Reply with quote

Hi,

-203 A REFERENCE TO COLUMN column-name IS AMBIGUOUS

use alias or tablename.colname to avoid the ambiguity..
hope this helps!!
Back to top
View user's profile Send private message
nabarundas

New User


Joined: 21 Jun 2007
Posts: 8
Location: pune

PostPosted: Thu May 08, 2008 10:27 am    Post subject: Hi..
Reply with quote

Hi deepak.kec,

If you are dealing with more then one table in your query it is better to qualify the column name with table name as the_gautam suggested. By this you can overcome the problems like -203(REFERENCE TO AN AMBIGUOUS COLUMN )


Regards,
Back to top
View user's profile Send private message
deepak.kec

New User


Joined: 26 Feb 2007
Posts: 12
Location: bangalore

PostPosted: Thu May 08, 2008 11:46 am    Post subject: Reply to: SQL query with INNER JOIN giving the SQL Code -203
Reply with quote

Thanks to all of you.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1