* fix: not set pos to end * add it * fix: return to prevPos * fix: return err * fix * fix * fix it * fix * fix: not exit when err Co-authored-by: Zak Zhao <57036248+joccau@users.noreply.github.com>
2 lines
59 B
SQL
Executable File
2 lines
59 B
SQL
Executable File
create table test(a int primary key, b int, c int, d int);
|