Query: SELECT a.*,b.kecName,c.kabName FROM unit a LEFT JOIN kabupaten c ON c.kabId=a.kabId LEFT JOIN kecamatan b ON b.kecId=a.kecId LEFT JOIN kecamatan b ON b.kecId=a.kecId WHERE unitDeleted='0' AND unitDisplay='y' AND a.kecId='4423' ORDER BY a.unitName ASC
Error Message: Not unique table/alias: 'b'