*I am able to create the table with duplicate column name.*

I was expecting some error saying "cannot create table; duplicate column
name: NAME"
Is there some reason that Ignite is not throwing error/exception OR 
is it a bug? 

CREATE TABLE Person(ID INTEGER PRIMARY KEY,  NAME VARCHAR(100),  NAME
VARCHAR(100),  AGE INTEGER (64));




--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to