CONCAT and NULL - SQL in Sixty Seconds 123

preview_player
Показать описание
What will be the result of the SELECT CONCAT (NULL, NULL, NULL) statement? It is very important to understand how Plus(+) Operator works differently from the CONCAT function.

0:00 Intro
0:12 Real World Scenario
0:33 Demo for CONCAT and NULL
1:12 Summary
1:38 Performance Result

#SQLServer #PerformanceTuning #SQLAuthority
Рекомендации по теме
Комментарии
Автор

Thanks Pinal. Would you consider a video on comparing performance of bitwise integer against multiple bit fields, especially in WHERE clauses?

carrybagmanc