vitess-gh/examples/common/select_customer80-_data.sql

7 строки
129 B
SQL

\! echo 'Using customer/80-'
use customer/80-;
\! echo 'Customer'
select * from customer;
\! echo 'COrder'
select * from corder;