SELECT t."Potential Name", t."Account Name", t."Potential Owner", t.Stage, t.Probability, t.Amount, t."Closing Date" FROM Potentials AS t WHERE (date(date(t."Closing Date"), 'start of month') = date('now', 'localtime', 'start of month') AND t.Stage != 'Closed Lost' AND t.Stage != 'Closed Won') ORDER BY t."Closing Date", t."Potential 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!