SELECT f.datetime, f.file, f.filesize, f.doc_title, c.description FROM tbl_investor f, tbl_investor_ctg c WHERE f.ctg_id = c.id AND c.id <> '17' ORDER BY f.ctg_id ASC, f.datetime DESC
Table 'bsp.tbl_investor' doesn't exist