SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

SQL UNION ALL for Combining Result Sets

A SQL View in SAP HANA is a virtual table defined by a SQL query that allows developers to retrieve and display data from one or more underlying tables without storing the data separately. Developers use it to view data across both in-memory and Dynamic Tiering tables in a unified result set, as described in the tutorial View Data Across Both In-Memory and Dynamic Tiering Tables Using a SQL View. Similarly, a Calculation View can be created from the union of in-memory and extended tables to combine data sources into a single analytical model.

Tutorials that teach this

Prerequisites

Concepts that build on this