We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc01603 commit 4ae08abCopy full SHA for 4ae08ab
examples/studio_integration/demo.dat
@@ -21,7 +21,7 @@ prepare {
21
db.execute("CREATE TABLE result(oil VARCHAR(30), gas VARCHAR(30), blend FLOAT, a FLOAT)");
22
23
// write results to database
24
- db.update("items", "INSERT INTO result(oil, gas, blend, a) VALUES (?,?,?,?)");
+ db.update("Result", "INSERT INTO result(oil, gas, blend, a) VALUES (?,?,?,?)");
25
}
26
27
MaxProduction = 14000;
0 commit comments