vitess-gh/examples/common/select_customer0_data.sql

7 строки
125 B
SQL

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