Login
Remember
Register
Ask a Question
How to find the number of rows in a DB2 table?
0
votes
asked
Feb 27, 2024
in
DB2
by
Robin
How to find the number of rows in a DB2 table?
db2
table
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 27, 2024
by
Robin
To find the number of rows in a DB2 table, the user has to use SELECT COUNT (*) on the DB2 query.
...