0_0_29093823_16822.cpp:1:1: error: stray '`' in program
CREATE TABLE `t_user_main` (
^
0_0_29093823_16822.cpp:1:1: error: stray '`' in program
0_0_29093823_16822.cpp:2:3: error: stray '`' in program
`f_userId` int(10) NOT NULL AUTO_INCREMENT COMMENT 'id,',
^
0_0_29093823_16822.cpp:2:3: error: stray '`' in program
0_0_29093823_16822.cpp:3:3: error: stray '`' in program
`f_userName` varchar(5) DEFAULT NULL COMMENT '',
^
0_0_29093823_16822.cpp:3:3: error: stray '`' in program
0_0_29093823_16822.cpp:3:48: error: empty character constant
`f_userName` varchar(5) DEFAULT NULL COMMENT '',
^
0_0_29093823_16822.cpp:4:3: error: stray '`' in program
`f_age` int(3) DEFAULT NULL COMMENT '',
^
0_0_29093823_16822.cpp:4:3: error: stray '`' in program
0_0_29093823_16822.cpp:4:39: error: empty character constant
`f_age` int(3) DEFAULT NULL COMMENT '',
^
0_0_29093823_16822.cpp:5:3: error: stray '`' in program
PRIMARY KEY (`f_userId`)
^
0_0_29093823_16822.cpp:5:3: error: stray '`' in program
0_0_29093823_16822.cpp:1:1: error: 'CREATE' does not name a type
CREATE TABLE `t_user_main` (
^
|