BirdNET-stream/.ideas/observation_template.sql

3 lines
176 B
SQL

/** Observation database entry template */
INSERT INTO observation (taxon_id, locality_id, date, time, confidence) VALUES (:taxon_id, :locality_id, :date, :time, :confidence);