Skip to content

Commit

Permalink
order summary diff view by wsg
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Jan 6, 2024
1 parent 673174f commit decdf95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/views/wsg_linear_summary.sql
Original file line number Diff line number Diff line change
Expand Up @@ -221,4 +221,5 @@ select
a.length_spawning_rearing_wct_accessible_b - b.length_spawning_rearing_wct_accessible_b as length_spawning_rearing_wct_accessible_b
from bcfishpass.wsg_linear_summary_current a
inner join bcfishpass.wsg_linear_summary_previous b
on a.watershed_group_code = b.watershed_group_code;
on a.watershed_group_code = b.watershed_group_code
order by a.watershed_group_code;

0 comments on commit decdf95

Please sign in to comment.