
Reply to comment
Reply
Click the +1 button below to share it with your friends and colleagues
Share this if you liked it!
t-decoration:none;text-underline:none'>IBM DB2 Certification
LOGOUT
Number of Registered users 1232
|
RE:NOT WORKING......PLZ HELP
For your first query, I suppose you might be giving some incorrect information. I would suggest you to browse the table SYSIBM.SYSCOLUMNS and find for your table and this way you would know the creator
SELECT * FROM tablename WHERE 1=2
would return 0 rows only, but you would see the column names displayed.