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

Ascending order always return null for columns that have a null value #34

Closed
jvshahid opened this issue Nov 11, 2013 · 0 comments
Closed

Comments

@jvshahid
Copy link
Contributor

Select column_one, column_two from foo;

returns values for column_one and column_two while the following

select column_one, column_two from foo order asc;

returns null values for column_one.

@ghost ghost assigned jvshahid Nov 11, 2013
jvshahid pushed a commit that referenced this issue Aug 12, 2014
@jvshahid jvshahid removed their assignment Feb 24, 2015
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

No branches or pull requests

1 participant