Join Slack
Powered by
WORKS: SELECT id from transaction ERROR: SELECT id...
# suiteanalytics
j
Jacob Østergaard Nielsen
12/08/2021, 12:46 PM
WORKS: SELECT id from transaction ERROR: SELECT id as test from transaction
g
George McMullen
12/08/2021, 8:32 PM
Could be the word test? Or maybe try it without the “AS”. i.e.
SELECT id testidalias FROM transaction
j
Jacob Østergaard Nielsen
12/09/2021, 10:08 AM
My queries worked in Dbeaver but not in pyspark, we have changed to using Scala (as it is java) to do the queries and now it works 🙂
Open in Slack
Previous
Next