3 lines
176 B
MySQL
3 lines
176 B
MySQL
|
/** Observation database entry template */
|
||
|
|
||
|
INSERT INTO observation (taxon_id, locality_id, date, time, confidence) VALUES (:taxon_id, :locality_id, :date, :time, :confidence);
|