hey there...
with some tunning this could help you:
Code:
SELECT COUNT(*) FROM Table_name WHERE field LIKE '%word_to_look_for%'
depending on your database % should be *.
Also replace red with your information...
This will count the number of rows that has your specific search. but if you want the numbers of entries inside a specific field you will need to use another way around...
HTH
Gonzalo
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from dparsons signature and he Took that from planoie's profile
================================================== =========
My programs achieved a new certification (can you say the same?):
WORKS ON MY MACHINE
http://www.codinghorror.com/blog/archives/000818.html
================================================== =========
I know that CVS was evil, and now i got the proof:
http://worsethanfailure.com/Articles...-Hate-You.aspx
================================================== =========