Hi,
I need to add new column into an existing table in hana system. I used normal SQL alter command for altering new column but it's not working.
ALTER TABLE table_name
ALTER COLUMN column_name datatype;
Can anyone please suggest correct syntax for this.