

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 Questions & Answers
- 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
- Store data in format of XML string in SAP HANA system
- Can MySQL automatically store timestamp in a row?
- How to store details in SAP-MDG?
- Creating column table in SAP HANA database
- 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?
- How we can store Python functions in a Sqlite table?
- How to store a NULL value in a particular column of a DB2 table using COBOL-DB2 program?
Advertisements