Als u een totaaltelling voor alle records wilt, doet u dit:
SELECT COUNT(*)
FROM
(
select distinct profile_id
from userprofile_...
union all
select distinct profile_id
from productions_...
) x
Als u een totaaltelling voor alle records wilt, doet u dit:
SELECT COUNT(*)
FROM
(
select distinct profile_id
from userprofile_...
union all
select distinct profile_id
from productions_...
) x
MySQL-hosting op Azure, volledig beheerde clouddatabaseservice wordt gelanceerd op ScaleGrid
Converteer een maandnaam naar het maandnummer in SQL Server (T-SQL)
Vindt u berichten met tag1 EN tag2? (met behulp van een join-tabel) Bestaat / Heeft / subquery's... Wat te gebruiken?
De kracht van SQL en procedurele verklaringen combineren met MariaDB's Oracle-compatibiliteitsmodus