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

Testing for Changed Default Query #2

Open
wharrington12 opened this issue Nov 9, 2018 · 0 comments
Open

Testing for Changed Default Query #2

wharrington12 opened this issue Nov 9, 2018 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@wharrington12
Copy link
Collaborator

Plugin needs testing for the suggestion that the default query should be changed to:

select top 10 p.objid, p.ra, p.dec, p.g, p.r, s.z
from photoObj p
join specObj s on s.bestobjid = p.objid
where p.ra between -0.1 and 0.1
and p.dec between -0.1 and 0.1

@wharrington12 wharrington12 added the help wanted Extra attention is needed label Nov 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants