Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
output_row.timestamp = input_row.timestamp;
output_row.conn= input_row.p1+","+input_row.p2+","+input_row.p3+"@"+input_row.p4+","+input_row.p5+","+input_row.p6+"@"+input_row.p7+","+input_row.p8+","+input_row.p9;
Starting job forum8666 at 16:31 28/10/2009.
connecting to socket on port 3947
connected
.----------+------+------+------.
| tLogRow_1 |
|=---------+------+------+-----=|
|timestamp |param1|param2|param3|
|=---------+------+------+-----=|
|2009-08-15|1 |2 |3 |
|2009-08-15|4 |5 |6 |
|2009-08-15|7 |8 |9 |
|2009-09-12|A |B |C |
|2009-09-12|D |E |F |
|2009-09-12|G |H |I |
'----------+------+------+------'
disconnected
Job forum8666 ended at 16:31 28/10/2009.
output_row.timestamp = input_row.timestamp;
output_row.conn= input_row.p1+","+input_row.p2+","+input_row.p3+"@"+input_row.p4+","+input_row.p5+","+input_row.p6+"@"+input_row.p7+","+input_row.p8+","+input_row.p9;
Starting job forum8666 at 16:31 28/10/2009.
connecting to socket on port 3947
connected
.----------+------+------+------.
| tLogRow_1 |
|=---------+------+------+-----=|
|timestamp |param1|param2|param3|
|=---------+------+------+-----=|
|2009-08-15|1 |2 |3 |
|2009-08-15|4 |5 |6 |
|2009-08-15|7 |8 |9 |
|2009-09-12|A |B |C |
|2009-09-12|D |E |F |
|2009-09-12|G |H |I |
'----------+------+------+------'
disconnected
Job forum8666 ended at 16:31 28/10/2009.