Forum Discussion
TimoRiikonen
Advocate V
2 years agoEuropean letters not supported on column names on Notebook + Lakehouse combination
Hello, SQL syntax has supported pretty well European, in this case Scandinavian, letters for the past 40 years. The SQL engine in Lakehouse works also well. I can query like this without issues...
- Anonymous2 years ago
Hi TimoRiikonen
For special characters, you can try the:
`%%sql SELECT `Päivitetty` FROM QueryRegards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
TimoRiikonen
Advocate V
2 years agoRight!
I had tested [], "" and '', but the correct answer was ``.
This different syntax may confuse other people besides me, so you think of using the standard SQL syntax and [].
But this solves it for me, thank you.