Activity overview
Latest activity by Lauren
Formatting of an UPDATE Statement
Is there a way to get the fields of an UPDATE statement to line up like they do with a SELECT statement?e.g. CurrentUPDATE xxxSET Field_1 = 'Something' ,Short = 'Something' ...