SAP HANA is SAP SE’s implementation of in-memory database technology.
I have a table in HANA studio, which consists of 5 columns: item value cost Margin ABC_cat How can I …
sql hanaI am trying to call a procedure I made earlier in new procedure. I am getting error in same line …
sql stored-procedures hana hana-studioIs there a way to split a string in HANA? Something similar to the equivalent in SQL Server: SELECT * FROM …
sql hanaLets suppose I have some SQL script in a scripted calculation view that takes a single value input parameter and …
hana sql-scripts hana-sql-scriptHow does one return the number of rows affected from an insert or update statement while inside a SAP HANA …
sql hanaI have a table with a string column. I convert this column to a number using the function TO_INTEGER(). …
sql sap hana hana-sql-scriptMy needs I work with Delphi/C++Builder XE2. I need to access at least these DBMSs: Firebird DB2/400 SQL …
database performance delphi c++builder hanaI have this query code: IF EXISTS ( SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[BAL_WMS_…
sql hanait it possible to write script in hana that crate temporary table that is based on existing table (with no …
database hana hana-sql-script