Closed srora closed 5 years ago
Support Create Table and Insert Into queries in execution engine. We should be able to run the following queries :
CREATE TABLE table_name ( column_1 data_type_1, column_2 data_type_2, ... );
INSERT INTO table_name VALUES (value1, value2, ...);
Issue : "Memory mapped can not have length 0."
@srora can you elaborate? when are you getting this error?
Support Create Table and Insert Into queries in execution engine. We should be able to run the following queries :