In vortex when an update is done to a column the new value is assigned to the variable name of column in the same call to sql. Is it possible to do this in the perl dbd as well or do I have to select out the value.
I have a sql call where I dont know what the final value of the column will be when its done. It looks like this:
update ordernum set order = order + 1
I vortex $order would be the new value.
Can this be done in perl too.
I have a sql call where I dont know what the final value of the column will be when its done. It looks like this:
update ordernum set order = order + 1
I vortex $order would be the new value.
Can this be done in perl too.