We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dh_adminreg_feature
FYI @COBrogan @gmahadwar @BrendanBrogan
dh_adminreg_feature_fielded
modifies_id
parent_id
feature_id
select * from dh_adminreg_feature_fielded where name ilike '%chesdin%' and ftype = 'wsp_plan_source';
The text was updated successfully, but these errors were encountered:
No branches or pull requests
FYI @COBrogan @gmahadwar @BrendanBrogan
dh_adminreg_feature_fielded
defined: https://github.com/HARPgroup/hydro-tools/blob/master/sql/dh_adminreg_feature_fielded.sqlmodifies_id
- links a WSP source record to a WSP system submittalparent_id
- links a system submittal to the locality WSP record (for the current planning period)feature_id
- links a source record to an MP, or a system record to a facilityselect * from dh_adminreg_feature_fielded where name ilike '%chesdin%' and ftype = 'wsp_plan_source';
The text was updated successfully, but these errors were encountered: