Identifiers constraints #1471
-
What are restrictions (prohibited characters, length, etc) for identifiers (column and table names)? |
Beta Was this translation helpful? Give feedback.
Answered by
sanikolaev
Sep 29, 2023
Replies: 2 comments
-
In RT mode, table name:
Column name:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dmorgoon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In RT mode, table name:
a - z
,0 - 9
and_
.0 - 9
.Column name:
a - z
,0 - 9
and_
.0 - 9
.