Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2022 02:43 PM
I'm trying to do a select on a column with special characters in Databricks sql.
I've tried the following
%sql
select ex$col
from database.table
limit 10;
%sql
select `ex$col `
from database.table
limit 10;They both don't work and will return "ex does not exist. Did you mean the following/ .... "
Is there a way to do this? or is the functionality not currently supported?
Labels:
- Labels:
-
Databricks SQL