Skip to main content

Morning,

 

I am swapping out a table in a custom SQL statement that connects to an Oracle DB. The statement worked before but now I am having issues and specifically SUBSTR.

 

The last part of my SQL statement looks like this:

 

FROM DTF_BUDGET_TABLE

WHERE PD_MO NOT IN (1,14)

AND AFC_CD = ‘JT’

AND (BUD_YR>= EXTRACT (YEAR FROM SYSDATE) – 4)

AND FUND_TYP =‘O’ AND

SUBSTR <>‘X’ AND SUBSTR <>‘T’ AND SUBSTR NOT IN (‘5′,‘7′,‘8′,‘9′)

 

Why does SUBSTR now not want to work?

11 respuestas
  1. 19 dic 2020, 5:05

    Thanks Ken!

    I wasn’t trying to be difficult to work with. I just didn’t understand where Rene was taking the conversation. I will look at your suggestion.

    Scott

0/9000