You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SELECT trail_id as TRAIL_ID, time_in_trail as TIME_IN_TRAIL, action as ACTION INTO OUTFILE '/tmp/export2.csv' FIELDS TERMINATED BY "," ENCLOSED BY "\"" LINES TERMINATED BY "\n" FROM trail_action_log where trail_id = 8;