
drop table all_accounts\g

create table all_accounts (
   user		char(20),
   data		char(100)
)\g
