SELECT Op."account_name" 'Account Name', op."name" 'Opportunity Name', date(Op."date_closed") 'Expected Date Closed'
FROM "Opportunities" Op
WHERE Op."sales_status"='Closed Won' AND
Op."account_name" is not null AND
Op."date_closed" is not null
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!
