OK, sorry if I wasn't more specific earlier.
Let's say in one column in my database I have these words all in different rows: "Apple" "Alien" "Baby" "Cat" "Dog"
Now I want to display the rows, but I ONLY want to display the ones that start with the letter "A". Therefore I only want to show "Apple" and "Alien". How would I do this?