
TOTAL RESULTS: 0 results.
|
|
|
|
|
|
SELECT distinct t1.a_id, t1.firstname,t1.lastname,t1.middlename,t1.city,
t1.state, t1.last_updated, t1.highlight_image
FROM artists as t1
WHERE t1.active = '1' AND (t1.lastname like '%Joao Felino%' OR t1.firstname like '%Joao Felino%' OR t1.city like '%Joao Felino%') OR (t1.statement_of_work like '%Joao Felino%' OR t1.bio like '%Joao Felino%') order by t1.lastname asc limit 0,9
© Copyright 2004, White Columns | info@whitecolumns.org
|