Click here to Skip to main content
15,887,267 members
Everything / HANA

HANA

HANA

Great Reads

by Matt Balent
Getting started with SAP HANA.
by Krishna P Seetharaman
Describes how HANA and SageMaker can be used to analyze the truck and driver data for ML predictions
by Allister Beharry
Using data from the Global Historical Climatology Network project we can crunch, analyze, and make predictions using gigabytes of numeric climate data collected over two centuries with the SAP HANA in-memory database and Amazon SageMaker hosted Jupyter notebooks.
by @Abdul Azeez Thekkekandy
This article describes how AI can be utilized to make a better team strategy from Manager (or Team Coach) in a live soccer game by utilizing SAP HANA and Amazon Sagemaker capabilities together.

Latest Articles

by Allister Beharry
Using data from the Global Historical Climatology Network project we can crunch, analyze, and make predictions using gigabytes of numeric climate data collected over two centuries with the SAP HANA in-memory database and Amazon SageMaker hosted Jupyter notebooks.
by @Abdul Azeez Thekkekandy
This article describes how AI can be utilized to make a better team strategy from Manager (or Team Coach) in a live soccer game by utilizing SAP HANA and Amazon Sagemaker capabilities together.
by Krishna P Seetharaman
Describes how HANA and SageMaker can be used to analyze the truck and driver data for ML predictions
by Krishna P Seetharaman
Storing and analyzing various patient data can be useful for diagnosis and prediction

All Articles

Sort by Score

HANA 

1 Apr 2013 by Matt Balent
Getting started with SAP HANA.
30 Oct 2017 by Thaksha
I want pass the array value to stored procedure , So I wrote array as the input parameter in stored procedure. I am doing this one in sap hana, I have tried one query but it shows error . Help me to overcome this problem. What I have tried: CREATE PROCEDURE Get_FG (IN DocEntNo INTEGER ARRAY[])...
25 Feb 2018 by Richard MacCutchan
You should be asking this at the SAP forums.
30 Oct 2019 by Krishna P Seetharaman
Describes how HANA and SageMaker can be used to analyze the truck and driver data for ML predictions
1 Feb 2021 by CHill60
Quote: Run it in HANA and you are see the errors please Nope - can't afford it. In the meantime why don't you just tell us which of the declare statements causes an issue? Help us to help you. I'm going to hazard a guess that it's this line that...
17 Jul 2022 by Maciej Los
You can use ranking functions. See: About ROW_NUMBER(), RANK(), and DENSE_RANK() Functions in SAP HANA | SAP Blogs[^] How to pivot/unpivot in SAP HANA | SAP Blogs[^] Assuming that Calweek is numeric field, something like that should do the job....
4 Nov 2019 by Allister Beharry
Using data from the Global Historical Climatology Network project we can crunch, analyze, and make predictions using gigabytes of numeric climate data collected over two centuries with the SAP HANA in-memory database and Amazon SageMaker hosted Jupyter notebooks.
2 Nov 2019 by @Abdul Azeez Thekkekandy
This article describes how AI can be utilized to make a better team strategy from Manager (or Team Coach) in a live soccer game by utilizing SAP HANA and Amazon Sagemaker capabilities together.
30 Oct 2019 by Krishna P Seetharaman
Storing and analyzing various patient data can be useful for diagnosis and prediction
18 Jun 2015 by Avinash6474
Hi All, 1) Created an application in Eclipse IDE with Java,Struts2 and Hibernate 2) Application is pointing to SAP HANA Database3) When executing an application in Eclipse IDE , able to see index page which receives input. 4) After entering required data, submitting the page. 5)...
1 Feb 2021 by Nik12721
declare @string nvarchar(255) = 'C20000' declare @fdate DATE = '220106' declare @tdate DATE = '220106' select sum("DocTotal") from OINV where OINV."CardCode" like '%'+ 'C20000' +'%' and cast(@fdate as date) between cast(@fdate as date) and...
17 Jul 2022 by Member 14878865
Hi Team, I want a query, to find the first and last value in a given table but I want the result by some condition.. here is my table data : No. Calweek volume ---------- ------- -------- 0500000001 202201. 100 0500000001 ...