select * from test;

update test set tst_text = 'blo' where tst_text = 'bla';

insert into test (tst_id, tst_text) values (4, 'blab');