blob: 6d94bc78edd2212949e5d94d3de2883481f503b6 [file] [log] [blame]
create table ejb_mdb_msgbean_accounts
(accountId varchar(50), balance int);
insert into ejb_mdb_msgbean_accounts
values ('richie rich', 10000000);