Top "Hana" questions

SAP HANA is SAP SE’s implementation of in-memory database technology.

SAPUI5: How can I access ODataModel data programatically?

When I create a model in code, I usually use: var oData = { "name" : "", "description" : "", "phone" : "" }; var oModel = new JSONModel(oData); …

javascript model odata sapui5 hana
SAP HANA hostname jdbc driver

I am trying to connect my java programme to the hana database. However, I am unable to do so because …

jdbc sap hana
What is the equivalent of T-SQL ISNUMERIC function in HANA Sqlscript?

I have a requirement where I need to convert all SQL Server stored procedures into HANA stored procedures. I have …

sql sql-scripts hana
READ_TEXT similar function in CDS View

I need to read text stored for invoice, order, etc. In ABAP we can use READ_TEXT function module, but …

hana cds read-text
Extracting query-history in SAP HANA

I have been using SAP HANA db instance, and have been running several queries on this. I need to extract …

sql hana
how to assign a variable in procedure in SAP HANA

here i tried to give discount based on quantity ordered by using procedure. but i dont know how assign a …

sql stored-procedures hana hana-sql-script
sap hana - select top expression

I have a problem with a stored procedure. The procedure gets as an argument the number of rows needed, but …

sql select sap hana
How to get date and time separately in to two columns from a HANA unix timestamp field?

The unix timestamp value is coming to HANA via data services from MySQL DB. I can however find the date …

hana hana-sql-script
How to use WITH CLAUSE ...INSERT query in SAP HANA?

Here I used With AS Clause.if i use SELECT query it is working fine but if i use insert …

sql sql-insert common-table-expression hana
SAP HANA XS File upload with UI5

I'm trying to implement a file upload in a UI5 application on a HANA XS Server. I can't find many …

sapui5 hana hana-xs