I want to create table in SAP HANA and my query is as follow:
create column table test12 (ID INTEGER, NAME VARCHAR(10), PRIMARY KEY (ID));
an