Relation:print
Description
print number
Parameters
- number: prints only first rows (or last, if negative)
Examples
example | comment |
---|---|
print |
prints table |
print 5 |
print the first 5 rows as table |
print -3 |
Prints the last 3 rows as table |
Comments
Adding a number does not modify the current relation. You use a number if you work on big relations and you just want to peek some rows while you are writing your code.