Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| dbquery:test3 [2025/08/27 12:05] – created Richard White | dbquery:test3 [2025/08/27 12:26] (current) – [Test3 status query] Richard White | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| <code sql> | <code sql> | ||
| - | SELECT common_name AS " | + | SELECT |
| + | IIF (lower(common_name) LIKE ' | ||
| + | common_name | ||
| + | FROM species | ||
| + | WHERE lower(common_name) LIKE ' | ||
| + | LIMIT 1; | ||
| </ | </ | ||
| + | |||
| + | ===== These are the possible status codes ===== | ||
| + | |||
| + | ==== frog ==== | ||
| + | |||
| + | <code html> | ||
| + | <div style=" | ||
| + | </ | ||
| + | |||
| + | |||
| + | ==== notfrog ==== | ||
| + | |||
| + | <code html> | ||
| + | <div style=" | ||
| + | </ | ||