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

6 lines
88 B
MySQL
Raw Normal View History

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