sql query to find packages that are not being advertised
select * from v_package where packageid not in (select PackageID from v_AdvertisementInfo)
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
select * from v_package where packageid not in (select PackageID from v_AdvertisementInfo)