SELECT * FROM apache_log_parser ( ON apache_logs TargetColumn ('logdata') LogFormat ('%h %l %u %t \"%r\" %>s %O') SearchInfoFlag ('true') ) ORDER BY remote_user;
SELECT * FROM apache_log_parser ( ON apache_logs TargetColumn ('logdata') LogFormat ('%h %l %u %t \"%r\" %>s %O') SearchInfoFlag ('true') ) ORDER BY remote_user;