Hi,
I am trying to use Toad Data Point 4.0.0.624 query builder in a IBM DB2 LUW database. (The previous version of toad was not having any issues with this)
When I select a column and then add a where = 'ACTIVE ' (one of the existing values from the table) The SQL generates correctly AND (MBSH.DA_MBST_CUR_STS_CD = 'ACTIVE ')
but
If I use IN
the text is trimmed to remove required spaces.
I have tried searching for an option to stop this but have not been successful.
Thank you in advance for your help.