Syntax error Loading an individual column in SAP HANA using SQL

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.

SQL query loading single column in SAP HANA

Updated on: 2020-03-13T07:59:07+05:30

409 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements