- 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
Inserting data in a table in SAP HANA
To insert the data, you need to run the Insert statement in SQL editor. “Demo_HANA” is table name.
Insert into Demo_HANA Values (1,'John'); Insert into Demo_HANA Values (2,'Anna'); Insert into Demo_HANA Values (3,'Jason'); Insert into Demo_HANA Values (4,'Nick');
In SQL editor, add INSERT statements and execute (F8) as below −
- Related Articles
- Inserting data in table in SAP HANA
- Inserting an Array to a table in SAP HANA database
- Viewing data in a table in SAP HANA database
- SQL statement to add a table as Virtual table in SAP HANA Smart Data Access
- Creating a new table in SAP HANA
- Table type while importing data from flat file in SAP HANA
- Data compression in SAP HANA
- Viewing table definition in SAP HANA
- Manual compression of a table in SAP HANA
- Table mapping while data replication from flat file in SAP HANA database
- Maximum table count in a schema in SAP HANA
- Data Compression in SAP HANA system
- Data Replication techniques in SAP HANA
- Generating time data in SAP HANA
- Data Preview option in HANA Modeling view in SAP HANA

Advertisements