Core SAP HANA SQL script concepts- SELECT STATEMENT Welcome to the next series of tutorials on SAP HANA SQL script which will aim at making you comfortable with the SQL side of SAP HANA. Most of us are scared of coding but let me assure you that you can pick it up fairly easily if […]
Category Archives: HANA SQL Script
HANA SQL Script
The SAP HANA database uses SQL (Structured Query Language) for it’s developments. This section includes beginner level trainings on HANA SQL Script.
Linking HDB tables to Flat files
Import flat file(CSV) with HDB Table – Table Import Configuration Welcome again to the next tutorial where we learn how to link a CSV file to an HDB table. This is the third and last part of the data load to HANA table tutorial series. This method only works with HDB Tables. Although this is […]
Loading data using INSERT statement into SAP HANA Table
SAP HANA SQL Script INSERT Welcome to the next tutorial explaining the usage of SAP HANA INSERT statement to insert new records into a HANA Table. This method can be applied on any table, no matter how it was created – Graphically ,by SQL CREATE or HDB Table To start, we need the SQL editor. Click somewhere […]
Creating a HANA Table – HDB Table Method
This beginner tutorial explains how to create an SAP HANA table using the new HDB Table method as a development object with an example.
Creating a HANA Table – SQL Script Method
This beginner tutorial explains how to create an SAP HANA table using the SQL script method with an easy to understand example.
SQL Union Types in SAP
This checkpoint tutorial focuses on understanding the SQL UNION and SQL UNION ALL statements in SAP with a simple example.
SQL Join Types in SAP
This tutorial explains what joins are, their types and functions of each of those types with a simple example for beginners.
SQL Data types
One of the primary concepts of HANA SQL or any other programming language is the data type. In this post, we understand what HANA SQL data types mean with an example
HANA SQL – How difficult is it?
Hello all to the very first HANA SQL specific tutorial post. In this post, we talk about what SQL is, how it is relevant in HANA development and if it is as hard as it appears to be.