Loading an individual column in SAP HANA using SQL



Yes, you can open SQL console and execute the statement −

LOAD <table_name> (<column_name>, ...);

This SQL query will load or unload entire column into or from main memory. Its load status is TRUE or FALSE. The table's load status is PARTIALLY.


Advertisements