G
Guest
I am trying to create a substring that will only recognize the 3 and 5
characters of a set of numbers that will exclude these numbers when I run the
query. I am not sure what my syntax should be though. Possibly
substr(to_char(hours.projectNumber),3,5) <> "0599998" And
substr(to_char(hours.projectNumber),3,5) <> "0599999" ? Also where do I
enter the syntax, in SQL or could I do it in design view?
characters of a set of numbers that will exclude these numbers when I run the
query. I am not sure what my syntax should be though. Possibly
substr(to_char(hours.projectNumber),3,5) <> "0599998" And
substr(to_char(hours.projectNumber),3,5) <> "0599999" ? Also where do I
enter the syntax, in SQL or could I do it in design view?