This blog provides some ready-made tips, tricks, tweaks & interview questions-answers on C, C++, Perl, Shell Scripting and UNIX Commands.
Wednesday, September 14, 2011
How do you get first 10 records of table in DB2?
SELECT * FROM SCHEMA-NAME.TABLE-NAME FETCH FIRST 10 ROWS ONLY
Labels:
DB2
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment