Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to load top 10 records each from 10 qvds
Use the First Prefix
from help
Examples:
First 10 LOAD * from abc.csv;
First (1) SQL SELECT * from Orders;
Use the First Prefix
from help
Examples:
First 10 LOAD * from abc.csv;
First (1) SQL SELECT * from Orders;