index
:
nvim-treesitter
0.5-compat
feat/emmylua
feat/warn
fix/lua
main
master
[no description]
git mirrorbot
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
indent
/
sql
/
insert.sql
blob: 36fa7c0938f0a8ed51af228f307425dc1869b796 (
plain
) (
blame
)
1
2
3
4
5
insert
into
mytable
(
column1
,
column2
)
values
(
'john'
,
123
),
(
'jane'
,
124
);