0 votes
in QlikView by

Explain the basic difference between SELECT and LOAD statements

1 Answer

0 votes
by

LOAD statement is used to load data from all files, from inline data, previously loaded data, autogenerated data, etc.

On the other hand, a SELECT statement is used to load data from OLE DB or ODBC data sources.

...