Skip to content

Commit d6e41bb

Browse files
authored
Update README.md
1 parent 7820346 commit d6e41bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ a tuple for each row in the corresponding result set. For example:
7070
ch = channel.sql.fromQuery('select alpha, delta, omega from SAMPLE', db: 'foo')
7171
```
7272

73-
### insertInto
73+
### sqlInsert
7474

7575
The `insertInto` operator provided by this plugin allows populating a database table with the data emitted
7676
by a Nextflow channels and therefore produced as result by a pipeline process or an upstream operator. For example:

0 commit comments

Comments
 (0)