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 6ce5896 commit cb6dd41Copy full SHA for cb6dd41
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