This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
sql_commands_-_search_logs_-_sundhedsjournal [2026/03/18 14:37] 57.141.20.59 old revision restored (2026/03/17 06:15) |
sql_commands_-_search_logs_-_sundhedsjournal [2026/03/19 14:09] (current) 47.79.51.8 old revision restored (2025/12/30 09:50) |
||
|---|---|---|---|
| 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) | ||