- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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;
- Related Articles
- SAP HANA row and column store table
- Differentiating between row and column store table in SAP HANA database
- Functional difference of using row vs column store in SAP HANA
- Different table store type in SAP HANA Studio
- Creating column table in SAP HANA database
- How to store details in SAP-MDG?
- Can MySQL automatically store timestamp in a row?
- How to store time created in a MySQL table?
- How to store XML data in a table in Oracle?
- Converting BLOB to Char in SAP HANA using SQL
- Converting BLOB to Char in SAP HANA using SQL
- Can I define a column as a table type in SAP HANA?
- Is it Possible to store and retrieve boolean values in a VARCHAR2 column in a table using JDBC?
- How to store a NULL value in a particular column of a DB2 table using COBOL-DB2 program?
- SAP HANA Modeling on top of row and column base tables

Advertisements