3 lines
176 B
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); |