former_member42822
Employee
Employee
Member since ‎06-03-2012

User Statistics

  • 44 Posts
  • 5 Solutions
  • 2 Kudos given
  • 2 Kudos received

User Activity

Hello Experts,I need to find a maximum value for the column M2 for  records 1 till 5, then from 2 till 6,then 3 till 7.... and i want to display the maximum value  as adjacent column.How do i achieve it?Thanks,Vinoth
Hi,How do i assign an Analytic Privielge which is inside a package to a User using sql?The sql below doesnt work if the Analytic Privilege is inside a package.  call GRANT_ACTIVATED_ANALYTIC_PRIVILEGE('AP',TESTUSER)regards,Vinoth
Hi Experts,I understand how row store and column store works, Im also aware we cant use row store in modeling for views. My question is if we cant model using the table why should we have them?. Is is possible to convert a row store table to column b...
Hi Experts,I wanted to know what happens behind when a table is added to data foundation of attribute view1. Is the entire table along with the tuples get loaded?2. Is just the structure of the table is loaded  and not the tuples ?If second is correc...
I installed HDBODBC32 driver and connected to HANA DB using a DSN, then by using the DSN in my pyhton code i was able to access the DBHowever when i tried to give the connection information in the connections string itself without DSN im getting the ...