Closed atiertant closed 8 years ago
alasql('CREATE TABLE IF NOT EXISTS Database.table (value string, order int)');
return error:
Parse error on line 1:↵...XISTS Database.table (valu…ecting 'LITERAL', 'BRALITERAL', 'AS', got 'VALUE'
is there a way to do it?
Please, use square brackets:
alasql('CREATE TABLE IF NOT EXISTS Database.table ([value] string, [order] int)');
thanks for your help !
return error:
is there a way to do it?