1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-09 16:00:04 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/sql/insert.sql

6 lines
88 B
SQL

insert into mytable
(column1, column2)
values
('john', 123),
('jane', 124);