You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
% sqlgg -<<'EOF'
CREATE TABLE test ( X BIT(1) NOT NULL );
EOF
==> CREATE TABLE test ( X BIT(1) NOT NULL )
Position 1:25 Tokens: BIT(1) NOT NULL )
Error: Sqlgg.Sql_parser.MenhirBasics.Error
Errors encountered, no code generated
The text was updated successfully, but these errors were encountered:
https://dev.mysql.com/doc/refman/5.7/en/bit-type.html
The text was updated successfully, but these errors were encountered: