Posts
Sort by recent activity
Update Statement Column Predictions Are Wrong
Hi,
When I use table aliases on update statements, first column predictions comes with non-aliased table names.
An example:Drop Table If Exists #Table1
Create Table #Table1 (Col1 int, Col2 int)
D...