Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Rename column in HDI/CDS?

$
0
0

How can I rename a column and not lose any data whilst using hdbcds?

 

My table looks like this:

 

entity "my_table" {

     "id" : Integer;    

     "thing" : String(1000);

     "other_thing" : String(1000);

};

 

And I want to rename other_thing to other_other_thing whilst keeping the data so that it lookes like this:

 

entity "my_table" {

     "id" : Integer;    

     "thing" : String(1000);

     "other_other_thing" : String(1000);

};

 

How can I do this?

 

Thanks


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>