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 cb6dd41 commit 8ec870bCopy full SHA for 8ec870b
README.md
@@ -67,7 +67,7 @@ engine.insertIntoTable("Students", htblColNameValue);
67
```
68
### Insertion Using SQL
69
```java
70
-StringBuffer command = new StringBuffer("INSERT INTO Students(id, gpa, name) VALUES(1, 3.3, 'student1')");
+StringBuffer command = new StringBuffer("INSERT INTO Students(id, gpa, name) VALUES(1, 3.3, 'student1')");
71
engine.parseSQL(command);
72
73
---
0 commit comments