SELECT Owner.Name AS "Opportunity Owner", Account.Name, Opportunity.Name AS "Opportunity Name", Opportunity.Fiscal AS "Fiscal Period", Opportunity.CloseDate, Opportunity."Type", Opportunity.Amount FROM Opportunity LEFT OUTER JOIN Account ON Opportunity.AccountId = Account.Id INNER JOIN User AS Owner ON Opportunity.OwnerId = Owner.Id WHERE (Opportunity.IsClosed = True AND Opportunity.IsWon = True) ORDER BY Account.Name
Skyvia Query allows you to run SQL queries against databases and cloud applications from web browser. Access and manage your data from anywhere, build reports, arrange your data in the most informative way and simplify your decision-making process easily!