I am writing a query in Mysql database, in which Query 1 returns count() say result is 10 and Query 2 returns Count() say result is 30
But I want to get the result as 40, which is sum of both
what are my options to get a single query giving me the result.