Add samples for local SPI
This commit is contained in:
6
streaming/http-to-mysql/create-table.sql
Normal file
6
streaming/http-to-mysql/create-table.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
DROP TABLE IF EXISTS names;
|
||||
|
||||
CREATE TABLE names
|
||||
(
|
||||
name varchar(255)
|
||||
);
|
||||
Reference in New Issue
Block a user