I need to view the number of tables existing under one
particular Owner. Is it possible? If so, pl give the SQL
query for this?
Answers were Sorted based on User's Feedback
Answer / s
SELECT count(*) from SYSIBM.SYSTABLES
WHERE CREATOR = 'OWNER' ;
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / satish
select count(*) from sysibm.systables where creator='owner'
select * from sysibm.systables
| Is This Answer Correct ? | 0 Yes | 0 No |
Can there be more than one cursor open for any program?
What is query for your birthday date should be in hours,minute and seconds format?
How do I import data from excel to db2?
select distinct(empid),distinct(dept),name from EMP will the above query work?
How can you quickly find out the number of rows updated after an update statement?
What is the maximum size of varchar data type in db2?
What is a db2 package?
What is the maximum No of rows per page?
Explain packages.
can you use symbolic parameters in JOB?
How do I connect my db2 database to ibm?
Suppose the outcome of executing a query results in a row having null. Based on the answer how you use it? Its declaration and inclusion?