How would i implement this SQL code with the correct lua syntax
UPDATE table_name
SET column1=value, column2=value2,…
WHERE some_column=some_value [import]uid: 24981 topic_id: 5974 reply_id: 305974[/import]
How would i implement this SQL code with the correct lua syntax
UPDATE table_name
SET column1=value, column2=value2,…
WHERE some_column=some_value [import]uid: 24981 topic_id: 5974 reply_id: 305974[/import]
If you look in your Applications/Corona.268 folder, you’ll find SampleCode/Storage/SQLite. That should help.
[import]uid: 9659 topic_id: 5974 reply_id: 20790[/import]