php - Why sql cannot see the column? -


unknown column 'ft_template' in 'field list

for reason, happens. print whole request , copy. it's works if execute manually. in case of php got error. it's here

enter image description here

but

update `portal_settings` set `ft_template`='123' `id` = 1; 

didn't work.

there work. in php not.

enter image description here

copy paste , see if works:

"update portal_settings set ft_template='123' id = 1" 

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? -