add tag
Anonymous 13695
I do not get Db2 to work
This works:
Select 'a' || 'b' as test from sysibm.sysdummy1;

But to create a table and insert a row does not produce any response or result set: 

create table koe (s1 integer);
insert into koe values (1);
select * from koe;
Top Answer
Jack Douglas
Seems to work ok to me: https://dbfiddle.uk/YjwM7Get

This room is for discussion about this question.

Once logged in you can direct comments to any contributor here.

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.