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
Post a Comment