lava-oushudb-dt-sql-parser/test/parser/spark/suggestion/fixtures/syntaxSuggestion.sql

20 lines
273 B
MySQL
Raw Normal View History

INSERT INTO db.tb ;
SELECT * FROM db.;
CREATE TABLE db. VALUES;
DROP TABLE IF EXISTS db.a;
CREATE OR REPLACE VIEW db.v;
DROP VIEW db.v ;
CREATE FUNCTION fn1;
SELECT name, calculate_age(birthday) AS age FROM students;
CREATE DATABASE db;
DROP SCHEMA IF EXISTS sch;