Forum Moderators: coopster
#
List all mysql results in table that start with a #
A
List all mysql results in table that start with a A
B
List all mysql results in table that start with a B
.....
Z
List all mysql results in table that start with a Z
thanks in advance!
B
WHERE myfield LIKE 'A%'