table name : group
query statement : show columns IN group
error description:

related code : sql.diver.QueryWithConnection(sql.conn, sql.dialect.ShowColumns(sql.TableName))
how to fix : sql.diver.QueryWithConnection(sql.conn,sql.dialect.ShowColumns("@"+sql.TableName+"@")) replace @ with `
table name : group

query statement : show columns IN group
error description:
related code : sql.diver.QueryWithConnection(sql.conn, sql.dialect.ShowColumns(sql.TableName))
how to fix : sql.diver.QueryWithConnection(sql.conn,sql.dialect.ShowColumns("@"+sql.TableName+"@")) replace @ with `