Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: SQL in hana project

$
0
0

>1. where do i find the documentation and syntax for these statements.

They are documented in the HANA Developers Guide:

Creating the Persistence Model with HDBTable - SAP HANA Developer Guide for SAP HANA Studio - SAP Library

 

Although I would recommend the use of the HDBDD format instead of HDBTable:

Creating the Persistence Model in Core Data Services - SAP HANA Developer Guide for SAP HANA Studio - SAP Library

 

The HDBTable is still available for backwards compatibility but won't receive further development.  Its replacement is HDBDD/CDS.

 

>2. can we use usual SQL statements instead of these statement in .hdbtable file.

Sure you can use SQL Statements (like CREATE/ALTER TABLE), but you give up the ability to transport via Delivery Unit, lifecycle management of the data in the table during changes, and all the other benefits that go with design time creation of tables.

 

>3. these statements are used only for table creation or for all SQL operation (CRUDQ)...

The above syntax is just for the design time definition of a table.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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