mysqli text together with subquery output -


im trying on text+ subquery output error, if searched on internet couln't fild thats helps me situation. here query

update labels set text='bla' indicator='c_'(select label pages id='1') 

'c_' standart text before label, after needs indicator='c_home' example.

i tried subquery within '' didn't work

try that

update labels  set text='bla'  indicator =      concat('c_',          (select label pages id='1')     ) 

and can read manual here


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -