what is the syntax of sql query has intersection between 2 "where Like" condition
string command_get_pay = "select Credit
from Update_Company_Credit
where ( Update_Date LIKE '%" + 8 + "%'& Update_Date LIKE 18'%" + 8 + "%')";`
is this true I try it but I got exception in syntax