mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 06:20:42 +01:00
3 lines
61 B
SQL
3 lines
61 B
SQL
use Syslog;
|
|
select substring(Message,9,8) from SystemEvents;
|