Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Loading an individual column in SAP HANA using SQL

In SAP HANA system, is it possible to load/unload an individual column? What is SQL query to perform this operation?


1 Answer
SAP Developer

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

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.