What is the syntax for seeing the columns and data types of a table in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
What is Skeleton cursor table (SKCT)?
What is dbrm? What it contains?
where will u check for sqlcode ?
How to see the structure of db2 table??
if any of the column names is provided wrong, where do you get the error(during precompilation or during Bind)
What are the contents of a dclmgen?
What is a view? Why use it?
How to access db2 tables in mainframe?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
What are the four lockable units for DB2?
What is the database descriptor?
Could you please let me no the query for below I have table name xyx under this there is column name called employee name which starts from 100th column ends 120th column,now i want to replace only column from 101 to 104 which contains ABCS to replace with PQRS for all records which comes beetween 101 to 104 ..how to write query for this..