- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
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 an Array to a table in SAP HANA database
As far as I know, there is no direct way of inserting an Array using SQL query. You will first have to combine the columns (EMPL_Id + Skill Id) using the code and then do a bulk insert to the database.
- Related Articles
- Inserting data in a table in SAP HANA
- Inserting data in table in SAP HANA
- Inserting Array list into HANA database
- Default table type in SAP HANA database
- Creating column table in SAP HANA database
- Password blacklist table in SAP HANA database
- Different table symbol in SAP HANA database
- Viewing data in a table in SAP HANA database
- Checking a table inside a schema in SAP HANA database
- Refreshing a schema after creating a table in SAP HANA database
- Changing storage type of table in SAP HANA database
- Understanding a database view in SAP HANA database
- Finding a database view in SAP HANA database
- Inserting rows to an internal table through debug in SAP ABAP
- SAP HANA database functions in HANA Cockpit

Advertisements