If the current row has a value of 5000 and the 3 preceding rows have a value ( in order )1000,1500 and 3000 which rows would be included In ROWS BETWEEN 2 PRECEDING and 1 PRECEDING?
Hello ,
I have 2 tables Table A and Table B.
Table A contains Customer Id,City
Table B contains Customer Id,Address
I need to find the list of customer IDs who belongs to Table A but in Table B.
How to perform this in hana calculation view ...
Hi Team,
How to delete values from hana database if some of the values are null using placeholder
Delete from table where C1 = ? and C2 = ? and C3 = ?
[ 1,null,null]
Hello all,
I have 2 tables a and b where Table a contains duplicate records of multiple occurrences.
How to select one occurence of duplicate records from one hana table and insert into another table
Regards,
Nagendra
Hi Jorg,Thanks for your answer. Could you please provide me the link where I can find more information about using placeholder in SAP hana.i checked the documentation but could find the information .I also need the use of placeholder than where claus...
Hi Venkateswaran,It's not necessarily number always it can be a string also..but after the underscoreEx:abcd_RALD_cfrposition is not always the 4th Character
Hi Sergio,Timeout is set to 50minutesImport from doesn't support using procedure so dynamic SQL is embedded in xsjs service to perform importRegards,Nagendra