I am using a stored procedure in sql developer which filter is (issolved != ‘Y’) now suddnly it is not working and i have to change it (issolved = NULL) to work again as this column either Y or Null
but i wanna know what happens that makes the procedure not working after it was working for a long time ago.
Why this happens now ?