chore: fix typo (#822)

This commit is contained in:
Y Togami 2023-03-03 00:32:20 +09:00 committed by GitHub
parent b838415276
commit 2285bb44ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View file

@ -6277,7 +6277,7 @@ impl<'a> Parser<'a> {
let ident = self.parse_identifier()?;
Ok(ReplaceSelectElement {
expr,
colum_name: ident,
column_name: ident,
as_keyword,
})
}