Go fmt.
This commit is contained in:
parent
4e1ff65023
commit
a2ea1892e5
17 changed files with 44 additions and 43 deletions
|
|
@ -68,7 +68,7 @@ func (c *castImpl) AS_CHAR(length ...int) StringExpression {
|
|||
return StringExp(c.AS("CHAR"))
|
||||
}
|
||||
|
||||
// AS_DATE casts expression AS DATE type
|
||||
// AS_DATE casts expression AS DATE type
|
||||
func (c *castImpl) AS_DATE() DateExpression {
|
||||
return DateExp(c.AS("DATE"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue