View previous topic :: View next topic |
Author |
Message |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed May 30, 2007 2:34 pm Post subject: |
|
|
Quote: |
am trying to present my issue here and get the answer.
Not to point to any one. This just a discussion forum.
There is no rule that every idea/thought is correct idea/thought.
|
suggala_r,
I did not want to argue here. Every column information is stored in sysibm.syscolumns catalog table on the mainframe. Do a select on the table and see it your self
Code: |
SELECT *
FROM SYSIBM.SYSCOLUMNS
WHERE TBNAME = 'your table name'
|
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
suggala_r Beginner
Joined: 07 Nov 2004 Posts: 12 Topics: 2
|
Posted: Wed May 30, 2007 2:51 pm Post subject: |
|
|
Thanks for the query.
from the query, the value in Column Foreignkey is 'B'. _________________ Raghu |
|
Back to top |
|
 |
|
|