-
Notifications
You must be signed in to change notification settings - Fork 697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
parse create mysql string error #20
Comments
working on a solution, should have something by tonight, i need to also handle complex types like map<> and struct |
it has been solved, but, another sql failed: CREATE TABLE `t_customer_account` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`customer_id` int(11) DEFAULT NULL COMMENT '客户id',
`bank` varchar(100) COLLATE utf8_bin DEFAULT NULL COMMENT '行别',
`account_no` varchar(100) COLLATE utf8_bin DEFAULT NULL COMMENT '账号',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='客户账户表';
|
hechao-ustc
pushed a commit
to hechao-ustc/sqlglot
that referenced
this issue
Aug 23, 2024
…mao#20) [feat](clickhouse,doris) add sha244、toInt64OrDefault、toInt8OrDefault、timeStampAdd and timeStampSub function convertor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got error:
sqlglot version: v1.3.2
The text was updated successfully, but these errors were encountered: