I have found an error like ambiguous and tried to solve many but failed.
whenever, I add a relation joining then I found this error. but relation joining is okay on all other functions.
Error Number: 1052
Column 'username' in where clause is ambiguous
SELECT `files_upload`.*, j68a7d484.meta_title AS s68a7d484 FROM (`files_upload`) LEFT JOIN `meta_upload` as j68a7d484 ON `j68a7d484`.`id` = `files_upload`.`file_type` WHERE `username` = 'likhon3k' ORDER BY `create_date` DESC, `create_date` DESC LIMIT 16
Filename: .../models/grocery_crud_model.php
Line Number: 87
any help please?