Skip to content

SQL capitalization variable

Tako Lee edited this page Mar 11, 2014 · 4 revisions

SQL Server variable has a dedicated case option.

Option: fmt111_case_variable = upper, type: TFmtCase.

DECLARE @find varchar(30); 

Clone this wiki locally