I have a table called 'auditlog' which contains the columns (id, user, action project, info, time, project_ref, workpackage_ref, partner_ref)
and i have another table called 'role' which contains the following columns (id, role, description)
i want to select the whole 'auditlog' table in addition to that i want the 'role' column from 'role' table to be the 3rd column in my selection, and the rest won't be changed