vitess-gh/examples/common/select_customer-80_data.sql

7 строки
129 B
SQL

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