query on char field
Posted: Tue 22 Oct 2019 10:09
Version dotNetDirect9.0\9.3.230
I am facing issue with where clause UPPER("COLUMN_NAME") = 'S', the column type is char(4), as it returns no rows. The same works from my Oracle sql client.
I changed 'S' with 'S ' (S with 4 spaces) and it works.
Any suggestions?
I am facing issue with where clause UPPER("COLUMN_NAME") = 'S', the column type is char(4), as it returns no rows. The same works from my Oracle sql client.
I changed 'S' with 'S ' (S with 4 spaces) and it works.
Any suggestions?