1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-12 02:23:39 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/sql/insert.sql

6 lines
88 B
MySQL
Raw Normal View History

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