RisingWave Community
risingwave-community.slack.com
Feedback
I don’t understand what this SQL statement does. Can someone explain its purpose and functionality?
jie
Asked on May 20, 2022
Example:
SELECT true AS true;
Output: | true | |------| | true |