SELECT Accounts.name AS Account_Name, Accounts.website, Accounts.phone_office AS "Phone Office", Accounts.description, Accounts.account_type AS "Type", accounts_assigned_user.full_name AS User, accounts_assigned_user.last_login FROM Accounts LEFT OUTER JOIN Users AS accounts_assigned_user ON Accounts.assigned_user_id = accounts_assigned_user.id WHERE (Accounts.account_type = 'Customer')
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!