tencent cloud

AS Syntax
Last updated: 2024-01-20 17:25:15
AS Syntax
Last updated: 2024-01-20 17:25:15
The AS clause is used to specify an alias for a column (KEY).

Syntax Format

* | SELECT column name (KEY) AS alias

Syntax Sample

Counting access requests

* | SELECT COUNT(*) AS PV

Was this page helpful?
You can also Contact Sales or Submit a Ticket for help.
Yes
No

Feedback