Non hai specificato che database usi.
Con mysql5 potresti risolvere così:
codice:select sum(quanti) as totale from ( select table_name,table_rows as quanti from INFORMATION_SCHEMA.TABLES where table_schema = 'nome_database' and table_name like 'services%') as tab