local tablefill3 =[[INSERT INTO test VALUES (NULL, ‘]]…testvalue[1]…[[’,’]]…testvalue[3]…[[’);]]–right
look above code,this is a “sql” sentence,but in my mind it is should be that:
local tablefill3 =[[INSERT INTO test VALUES (NULL, testvalue[1],testvalue[3]); ]]–wrong
who can tell me what the first right code is meaning? the structure? [import]uid: 29364 topic_id: 9292 reply_id: 309292[/import]