This should work, right? (emails.csv is there, works with other queries)
q -d, -H "WITH alias AS (SELECT * FROM ./emails.csv) SELECT * FROM alias"
Instead, I get:
No files matching 'alias' have been found
Do I need to do something special to let it know that the alias is an alias?
This should work, right? (emails.csv is there, works with other queries)
q -d, -H "WITH alias AS (SELECT * FROM ./emails.csv) SELECT * FROM alias"
Instead, I get:
No files matching 'alias' have been found
Do I need to do something special to let it know that the alias is an alias?