Feature: variable set value syntax migration
neveratdennys opened this issue · 1 comments
neveratdennys commented
In sql server, it is typically written as SELECT A = B FROM (...)
, but this would be seen as a if A equal to B condition and return True or False instead. Some mind of SET A = B syntax needs to be implemented instead and be able to recognize simple (and ONLY simple) cases and automatically add / replace / delete respective items.
neveratdennys commented
This syntax seem to vary greatly and is relatively rare to occur. Hence this will be left to manual conversion with no further implementation.