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

Popular posts from this blog

php - Permission denied. Laravel linux server -

google bigquery - Delta between query execution time and Java query call to finish -

python - Pandas two dataframes multiplication? -