NCRN / ForestVeg

Front end application for NCRN Forest Vegetation Access database.
3 stars 1 forks source link

Pseudo Event - Queries Need to Accommodate Flag #93

Open blcampbell opened 5 years ago

blcampbell commented 5 years ago

Because the pseudo-event functionality incorporates a new flag to distinguish data collecting field events from rehabbing information, all queries relating to the event table must exclude pseudo-event records.

All existing queries must be adjusted to avoid including these rehab pseudo-events.

To exclude these records include a WHERE clause thus

WHERE PsuedoEvent = 0