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 |
What is the use of with ur in db2?
Explain dclgen.
How to resolve deadlock issue
What is the difference between CS and RR isolation levels?
How to find the number of rows in a db2 table?
Explain the contents that are a part of dclgen.
Can a unique index have more than one null value? If not, what error code is given if an attempt is made to insert more than one null value?
Can there be more than one cursor open for any program?
How do you prepare a COBOL + DB2 program from coading till execution ?
how many bytes timestamp token occupies?
6 Answers Boss Global, Cap Gemini, TCS,
How Plan is created while executing the query using SPUFI?
How can record locking be achieved in those DB2 versions which do not support it?