Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user defined types #16

Merged
merged 3 commits into from
May 19, 2016
Merged

user defined types #16

merged 3 commits into from
May 19, 2016

Conversation

scott-roepnack-zocdoc
Copy link

cc @Zocdoc/ci-devs

@scott-roepnack-zocdoc
Copy link
Author

image

@scott-roepnack-zocdoc
Copy link
Author

image

@scott-roepnack-zocdoc
Copy link
Author

image

from sys.types t
inner join sys.schemas s on s.schema_id = t.schema_id
inner join sys.types tt on t.system_type_id = tt.user_type_id
where 1=1
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1=1? I assume you had that for easy query development?

@colin-hanson-zocdoc
Copy link
Collaborator

👍

@scott-roepnack-zocdoc scott-roepnack-zocdoc merged commit 5b79bbe into master May 19, 2016
@scott-roepnack-zocdoc scott-roepnack-zocdoc deleted the sdr_addUserDefinedTypes branch May 19, 2016 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants