diff --git a/examples/operator/select_commerce_data.sql b/examples/operator/select_commerce_data.sql deleted file mode 100644 index dd7f624d7ca..00000000000 --- a/examples/operator/select_commerce_data.sql +++ /dev/null @@ -1,8 +0,0 @@ -\! echo 'Using commerce' -use commerce; -\! echo 'Customer' -select * from customer; -\! echo 'Product' -select * from product; -\! echo 'COrder' -select * from corder;