Relative Content

Tag Archive for sqldb2

Splitting Multi Value Column In DB2

I have a db2 table that stored a balance movement and it has a multi-value column in it. The multi-value is separated by “ý” character. The table is something like this

How to exclude line with join

I have a file from wich I want to exclude some lines regarding some criteria.
I have identified them with this query :

Create View with Dbeaver

I need to create an sql view in DB2 using dbeaver.
This view will use variables that are results of other sql queries run upstream.