I'd like to go from this
COMPUTEDCOL1 = COL1 * COL1 / 7132
开发者_如何学JAVAto this
Is there anything that can parse SQL and render it as above?
Thanks.
Mathematica would be able to do this in many cases.
I'd like to go from this
COMPUTEDCOL1 = COL1 * COL1 / 7132
开发者_如何学JAVAto this
Is there anything that can parse SQL and render it as above?
Thanks.
Mathematica would be able to do this in many cases.
精彩评论