cancel
Showing results for 
Search instead for 
Did you mean: 

Check Constraints on Hana

Former Member
0 Kudos

Is there any support for Check Constraints on SAP Hana Database?. If no, Is there any alternative currently available in SPS-09 ?

-Ganesh

Accepted Solutions (0)

Answers (1)

Answers (1)

yakcinar
Active Contributor
0 Kudos

Hello Ganesh,

I hope below link helps you.

CREATE TABLE - SAP HANA SQL and System Views Reference - SAP Library

You can create a table in the following ways:

 <table_element> ::= <column_definition> [<column_constraint>] | <table_constraint> 
Defines a table column with associated column or table constraint.

For column constraint please see column constraint.

For table constraint please see table constraint.

Regards,

Yuksel AKCINAR