Hi,
I have a table with the column named as order contains value as 10
I need a select query to select this order value to be increment by 1 as 11 and also to add string as 'orderlist'
like 11 - orderlist
Thanks