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.

Updated on: 13-Mar-2020

215 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements