This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
sql_commands_-_search_logs_-_sundhedsjournal [2025/12/14 06:56] 57.141.0.43 old revision restored (2025/11/24 23:52) |
sql_commands_-_search_logs_-_sundhedsjournal [2025/12/14 20:09] (current) 57.141.0.14 old revision restored (2025/11/02 03:39) |
||
|---|---|---|---|
| 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) | ||