I need to select records that begin with the letter A or B or C.. etc
Here is my select query:
SELECT '<a href="' & LINK & '"> ' & PLANNAME & '</a>' AS hyperl
FROM TABLE;
Where in here would I add A* to only pull PLANNAME records that start with A?
Here is my select query:
SELECT '<a href="' & LINK & '"> ' & PLANNAME & '</a>' AS hyperl
FROM TABLE;
Where in here would I add A* to only pull PLANNAME records that start with A?
Comment