sql: family
cannot be used as an unquoted table name
#31589
Labels
A-sql-syntax
Issues strictly related to the SQL grammar, with no semantic aspect
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
S-3-ux-surprise
Issue leaves users wondering whether CRDB is behaving properly. Likely to hurt reputation/adoption.
Results in
invalid syntax: statement ignored: syntax error at or near "family"
As I read the syntax in https://www.cockroachlabs.com/docs/stable/create-table.html, it looks like the
family
keyword should only match within the table elements.The text was updated successfully, but these errors were encountered: