SELECT *
FROM tbauthor, tbdesign, tbinformation, tbtype_of_information
WHERE tbauthor.Au_Id = tbdesign.De_Au_Id
AND tbinformation.In_Id = tbdesign.De_In_Id
AND tbtype_of_information.Type_Id = tbinformation.In_Type_Id
AND Au_Name LIKE '%ก%'
AND Type_Name LIKE '%ว%'
AND In_Year LIKE '%2%'
OR In_Name LIKE '%ล%'