CREATE VIEW Creates a virtual table from a SQL query. Syntax: 'CREATE VIEW <name> AS <query>;' DROP VIEW Deletes a previously created virtual table. Syntax: 'DROP VIEW <name>;' SOURCE Reads a SQL SELECT query from a file and executes it on the Flink cluster. SET Sets a session con...
CREATE VIEW Creates a virtual table from a SQL query. Syntax: 'CREATE VIEW <name> AS <query>;' DROP VIEW Deletes a previously created virtual table. Syntax: 'DROP VIEW <name>;' SOURCE Reads a SQL SELECT query from a file and executes it on the Flink cluster. SET Sets a session con...