Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Creating a Temporary Stream

Updated on 2023-11-03 GMT+08:00

Function

The temporary stream is used to simplify SQL logic. If complex SQL logic is followed, write SQL statements concatenated with temporary streams. The temporary stream is just a logical concept and does not generate any data.

Syntax

1
CREATE TEMP STREAM stream_id (attr_name attr_type (',' attr_name attr_type)* )

Example

1
create temp stream a2(attr1 int, attr2 string);
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback