- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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.
- Related Articles
- Sort data in SQL using Dynamic SQL in SAP HANA
- Opening SQL editor using SAP HANA Studio
- Converting BLOB to Char in SAP HANA using SQL
- Converting BLOB to Char in SAP HANA using SQL
- Different ways of loading data to SAP HANA using Information Composer
- Difference between Open SQL, Native SQL in SAP HANA
- Creating a Standard user in SAP HANA system using SQL
- Creating a new remote source in SAP HANA using SQL
- Create table SQL query in SAP HANA
- Create User SQL in SAP HANA database
- Create View SQL in SAP HANA database
- \nLoad and unload a table in SAP HANA using SQL query
- Advantages of using Column based tables in SAP HANA
- Executing a SQL query in SAP HANA Studio
- SQL Operation supported in SAP HANA SPS06 SDA

Advertisements