I have a column named 'count' this is easy as flipping to select in LINQ:
rdd.select('count)
but hard to select in SQL, so far all the answer I've found are "illegal name, don't use". How could it be that hard to implement a keyword escaping mechanism?
When you wrap the column name in backticks, things might work out. For example:
SELECT date, `last`, open, high, low, volume, change FROM timeseries
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With