blob: 4f23e011e8af627f2c2117f58cb2933c08323015 [file] [log] [blame]
create table txAccount(account varchar(20) primary key, balance float);
INSERT INTO txAccount VALUES('A1000', 5000);