Hi, I have a problem which I would be most greatful if someone could help me with.
I have an SQL query and after WHERE I am tring to JUST get the first character a from the column "NavID" on each row. Then I need it to be checked against another variable.
E.G (this won't work)
WHERE substr(NavID, 0, 1) = $MenuHighlight