Converting a Column store table to row store in SAP HANA



To convert a Column store table to row store, you can use the following SQL statement −

Alter table Table_Name row;

Advertisements