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 edit summary
Line 1: Line 1:


sqlList=[]
sqlList=[]
sqlList[0]=["Drop Table customerData;",,skipError]
sqlList[0]=["Drop Table customerData;",,skipError]
sqlList[1]=["Create Table customerData('name', 'age', 'sales', PRIMARY KEY('name') );"]
sqlList[1]=["Create Table customerData('name', 'age', 'sales', PRIMARY KEY('name') );"]
Sql DB, sqlList
Sql DB, sqlList



Revision as of 15:22, 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?