Forum Moderators: coopster
EG.
If I have a list of names and addresses, only some of which have phone numbers. I want to call only the entries which have phone numbers and display them.
What do I do with the where statement?
Any help appreciated.
Sorry the example I gave was not a real one (misleading I know, my bad)
The column is varchar (for url's)
The method you have suggested is the way I have been trying and it almost does the job, except it list everything but just puts the entries with a web address present at the top.