I've a ResultSet of a Mysql Query something like this :-
select concat(category_name,subcategory_name) from category
which is returning Results something like this :- -
MovieComedyMovies
CarsSportsCars
ShowsComedyShows
These 3 results are different tables itself.
I want to perform Count() on these tables which I'm getting in results that is- to check whether these tables contains any data or not.
P.S - I'm using MySQl 5.6