-
Notifications
You must be signed in to change notification settings - Fork 16
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
value poping up in new while duplicated in sampling (SE) #353
Comments
SE_West_Kar 2011 appears both in deleted and new metrics. Deleted will delete anyways so if the sheet is "deleted" the whole list is always returned without check |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SELECT * FROM datawg.t_samplinginfo_sai AS tss
JOIN datawg.t_groupsamp_grsa AS tgg ON grsa_sai_id =sai_id
JOIN datawg.t_metricgroupsamp_megsa AS tmm ON meg_gr_id=gr_id
WHERE sai_cou_code ='SE'
AND sai_id = 803
AND gr_year = 2011
AND grsa_lfs_code = 'Y'
803 SE_West_Kar SE
803 SE_West_Kar SE
803 SE_West_Kar SE
803 SE_West_Kar SE
The text was updated successfully, but these errors were encountered: