mirror of
https://gitee.com/dromara/mayfly-go
synced 2026-05-19 17:35:20 +08:00
refactor: 移除antlr4减小包体积&ai助手优化
This commit is contained in:
8
server/internal/db/dbm/sqlparser/sqlstmt/with.go
Normal file
8
server/internal/db/dbm/sqlparser/sqlstmt/with.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package sqlstmt
|
||||
|
||||
// WithStmt WITH 语句
|
||||
type WithStmt struct {
|
||||
Base
|
||||
}
|
||||
|
||||
func (*WithStmt) StmtKind() Kind { return KindWith }
|
||||
Reference in New Issue
Block a user