drop table print\g
create table print (
   id_print	int,
   id_us	int,
   id_bill	int,
   id_trans	int,
   card		char(1),
   printed	char(1)
)\g
