SQL Tutorial - UNION ALL

preview_player
Показать описание
This video will teach you how to use UNION ALL, a Set Operator available within SQL Server. UNION ALL allows users to combine multiple sets in to one result set.
Рекомендации по теме
Комментарии
Автор

Keep doing these videos. This channel has the best content on SQL Server on youtube

johnconnor
Автор

The video is really nice, well done. I have a question; Consider a view consisting of dozens of views (let's call them z_views) connected to each other by union all. When we run this query and we get an error message for any reason; Is there a method to find out which z_view this error code belongs to?

EE-ctef