oraoledb non working WHERE clause character comparison
Are there WHERE clause character comparisons that do not work when using oraoledb? I have a SQL query that is well formed and works with both Oracle 9 and Oracle 10g client, but will not execute when...
View ArticleUE SUBSTR or RTRIM?
I need to get cities’ name from a format like this: Los Angeles, CA New Orleans, LA etc.. I’ve tried: substr(a.air_location, -4) but that gives me the opposite…”, LA” Any suggestions? Thanks. The post...
View ArticleSeeking Help with SQL SUBSTR Function using Host Variables in COBOL
Hello All I am currently on version V5R2 and I am trying to make a COBOL program produce some parsed fields from one large field. I have trying to use host variables for al three arguments in the...
View ArticleSelect substring from clob-field with sql
New Answer by MTidmarsh The post Select substring from clob-field with sql appeared first on IT Answers.
View ArticleTrim Between Characters
Question Edited by Michael Tidmarsh The post Trim Between Characters appeared first on IT Answers.
View ArticleSUBSTR to view table columns
New Answer by Michael Tidmarsh The post SUBSTR to view table columns appeared first on IT Answers.
View Article