For the complete documentation index, see llms.txt. This page is also available as Markdown.

Pseudo Columns

MariaDB has pseudo columns that can be used for different purposes.

Access the unique row identifier. This pseudo column often aliases the primary key, allowing direct row access even if the primary key column name is unknown.

Last updated

Was this helpful?