Top "Hana" questions

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

How should I start learning about SAP?

I'm working as a MS developer working to provide bridging products between MS technology and SAP. I'm used to the …

abap hana sap-fiori sap-gui sap-erp
How to format date in hana

I need to format date in my hana sql, but I don't know how to. Something like this: SELECT DATE_…

date-format hana
HANA list / show tables SQL Command

How to show / list all tables in SAP HANA via SQL?

sql hana
How to convert a string to date in SAP HANA SQL select statement?

How do i convert a string '20120215' to a date format YYYY-MM-DD (2012-02-15) in a SQL SELECT statement? …

sql sap hana
Combine LIKE and CONTAINS in SAP HANA

Consider the following entries in my table: red apple yellow apple apple green red aple appel yellow Several people have …

sql sap fuzzy-search hana hana-studio
Concatenate two columns in HANA database

Please give me an advice to convert below MSSQL VIEW to HANA VIEW CREATE VIEW [dbo].[ViewSample] AS SELECT [column1] + …

sql-server hana
How to add a (primary) key to an existing table using SAP HANA

What is the SQL command to add a (primary) key to a table in SAP HANA? The ALTER TABLE docu …

key primary-key hana alter-table
How to concatenate multiple rows' fields in a sap hana table

I use SAP-HANA database. I have a simple 2 column table whose columns are id, name. The rows are these: 1 - …

sql hana
Trouble connecting to a remote HANA database via JDBC

I'm running a small JAVA program from my laptop trying to connect via JDBC to our HANA server for a "…

java jdbc sap hana
SAP HANA - Change password SQL

How do I change my password in SAP HANA via SQL. (or other users if I am an Administrator) I …

sql hana change-password