Here's how it looks now:
SELECT T.ID, T.model_name, T.date_created, T.thumbnail, T.texture_type, T.path, T.author, T.polygons, T.textures, T.licensing_rights, T.categories, T.subcategories, T.keywords, T.notes, T.associated_program, T.file_type, *
FROM database_tbl AS T
WHERE...