mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-28 03:08:53 -06:00
Formatting
This commit is contained in:
@@ -571,9 +571,9 @@ var BasicSelectTests = []SelectTest{
|
||||
ExpectedSchema: NewResultSetSchema("first_name", types.StringKind, "first_name", types.StringKind),
|
||||
},
|
||||
{
|
||||
Name: "duplicate table selection",
|
||||
Query: "select first_name as f, last_name as f from people, people where age >= 40",
|
||||
ExpectedErr: "Non-unique table name / alias: people",
|
||||
Name: "duplicate table selection",
|
||||
Query: "select first_name as f, last_name as f from people, people where age >= 40",
|
||||
ExpectedErr: "Non-unique table name / alias: people",
|
||||
},
|
||||
{
|
||||
Name: "duplicate table alias",
|
||||
|
||||
Reference in New Issue
Block a user