Talk:Sql: Difference between revisions

From NSB App Studio
Jump to navigation Jump to search
(Created page with " sqlList=[] sqlList[0]=["Drop Table customerData;",,skipError] sqlList[1]=["Create Table customerData('name', 'age', 'sales', PRIMARY KEY('name') );"] Sql DB, sqlList the co...")
(No difference)

Revision as of 15:21, 3 July 2013

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?