We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1184c07 commit e5bd6fdCopy full SHA for e5bd6fd
immudb-node-showcase/src/sql-showcase.ts
@@ -76,7 +76,7 @@ async function sqlSchowcase() {
76
console.log('insertTestTableFirstPK:', insertTestTableFirstPK)
77
console.log('insertTestTableUpdatedRowsCount:', insertTestTableUpdatedRowsCount)
78
79
- const res = await client.sqlQuery({ sql: 'SELECT * FROM test_table' })
+ const res = await client.sqlQuery({ sql: 'SELECT * FROM testtable' })
80
for await (let row of res) {
81
console.log(row);
82
}
0 commit comments