Can I use SQL statement "INSERT" to add data to the created ignite cache? 
such as following:

insert into t1(latid, devid, devlv) values(5, 'bb', 7) 

or 

insert into t1(latid, devid, devlv) SELECT id, devid, lv FROM t2



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/Does-Ignite-support-SQL-statement-of-INSERT-tp1838.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to