G
Guest
Hi,
I'm trying to sort a directory alphabetically using ASP
How can I pull from the database but just pull out
categories starting with one letter?
At the moment I am just using
ORDER BY strCategory ASC
Which pulls them all and lists alphabetically,
but how do I just pull all categories starting with A?
and then a separate one pulling categories starting
with B, etc. etc.
Many thanks.
I'm trying to sort a directory alphabetically using ASP
How can I pull from the database but just pull out
categories starting with one letter?
At the moment I am just using
ORDER BY strCategory ASC
Which pulls them all and lists alphabetically,
but how do I just pull all categories starting with A?
and then a separate one pulling categories starting
with B, etc. etc.
Many thanks.