Talk:Sql

From NSB App Studio
Revision as of 15:22, 3 July 2013 by Binet (talk | contribs)
Jump to navigation Jump to search

sqlList=[]

sqlList[0]=["Drop Table customerData;",,skipError]

sqlList[1]=["Create Table customerData('name', 'age', 'sales', PRIMARY KEY('name') );"]

Sql DB, sqlList


the code don't work skipError and DB are not defined

anyone know the correct code?