codeigniter - Mysql query is not showing required result please find the mistake in this. the query is given below -
select * `organizations` `added_by` = 1 , `deleted`= 0 , ( 'name' '%s%' escape '!' or 'phy_country' '%s%' escape '!' or 'phy_state' '%s%' escape '!' or 'phy_city' '%s%' escape '!' or 'phy_email' '%s%' escape '!' or 'phy_phone' '%s%' escape '!' or 'date_added' '%s%' escape '!' or 'date_modification' '%s%' escape '!' or 'status' '%s%' escape '!' )
Comments
Post a Comment