BirdNET-stream/.ideas/observation_template.sql

3 lines
176 B
MySQL
Raw Permalink Normal View History

2022-08-12 18:01:01 +02:00
/** Observation database entry template */
INSERT INTO observation (taxon_id, locality_id, date, time, confidence) VALUES (:taxon_id, :locality_id, :date, :time, :confidence);