Yu Lei

Results 21 comments of Yu Lei

Same problem. I've tried to configure `RemoteCommand` to run `su user`, but it doesn't work.

Any new info on this?

# Statement list Statements can be categorized into: - Query statements, e.g. `SELECT * FROM t`. - DDL statements, e.g. `CREATE TABLE t(a INT)`, `ALTER TABLE t(a INT)`. - DML...

> can we embed some docs about statement in the grammar spec? > > so we can generate the docs like https://databend.rs/doc/reference/sql/ddl/stage/ddl-create-stage from the spec, maybe this could make it...

## Reserved words - SELECT - DISTINCT - FROM - AS - WHERE - GROUP - BY - HAVING - ORDER - LIMIT - ASC - DESC - Wildcard ("*")...

> ## PrimitiveTypes: Maybe we should involve `DECIMAL` type as well?

Hi @sundy-li, it seems this specification basically follows the `DataType` defined here: https://github.com/datafuselabs/datafuse/blob/681efe24288e41adacd9e5ce978f361a6d37ab42/common/datavalues/src/types/data_type.rs#L23-L51 I have need for this in #1538 and #1537 , can I just treat it as a...

> I think we still need to do that, but I probably won't put more effort into it. > > Maybe @leiysky will have some suggestions for that. It's helpful...

> cc @Xuanwo and @leiysky for the help on issue #7463 , it's blocking the sqlancer project. I'm already working on this. It would be fixed as soon as #6885...