This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
sql_commands_-_search_logs_-_sundhedsjournal [2021/10/13 12:13] 192.168.1.254 Added updated_at timestamp and fixed wrong alias for "Handleplan" reference |
sql_commands_-_search_logs_-_sundhedsjournal [2025/10/21 14:04] (current) 20.171.207.78 old revision restored (2021/10/13 12:01) |
||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ===Show information about the ID's found=== | ===Show information about the ID's found=== | ||
| <code sql> | <code sql> | ||
| - | select et.name, | + | select et.name, |
| - | case when fd.alias=' | + | case when fd.alias=' |
| else coalesce(get_name(f.reference_id), | else coalesce(get_name(f.reference_id), | ||
| from fields f join field_descriptors fd on (fd.id=f.field_descriptor_id) | from fields f join field_descriptors fd on (fd.id=f.field_descriptor_id) | ||