Skip to content

Commit

Permalink
fix: remove TRANSECT_NUM field
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Apr 5, 2023
1 parent b5af0b1 commit 4a97fbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/sql/Habitat2Transect.sql
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ SELECT
t.BWID,
t.WWID,
t.STARTING_BANK,
t.TRANSECT_ID,
t.TRANSECT_NUM
t.TRANSECT_ID

FROM {0}.WILDADMIN.SamplingEvents_evw as se

Expand Down

0 comments on commit 4a97fbb

Please sign in to comment.