vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Why doesn't a construction like this work ? set global foobar = CONCAT( 'lalala ', 'qqq' ); ERROR 1231 (42000): Variable 'foobar' can't be set to the value of '(null)' How can I do something similar in a stored procedure ? How can I programmatically form a new value of global variable and set it ? Thank you. |