Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Last active October 13, 2020 15:54
Show Gist options
  • Save phillipsj/99c9bc4bbe06ed04f6edf0301f66341e to your computer and use it in GitHub Desktop.
Save phillipsj/99c9bc4bbe06ed04f6edf0301f66341e to your computer and use it in GitHub Desktop.
Dash tutorial query
query = '''
SELECT CONCAT([FirstName],' ', [LastName]) as FullName,
[SalesQuota],
[SalesYTD]
FROM [Sales].[vSalesPerson]
'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment