Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

monetdb quoted identifier #1

Open
rampatel5 opened this issue Sep 21, 2017 · 0 comments
Open

monetdb quoted identifier #1

rampatel5 opened this issue Sep 21, 2017 · 0 comments

Comments

@rampatel5
Copy link

I have a scenario where I am getting the dynamic queries.
for some identifier (Column name) we are getting as quoted and some are not.
I want to make it unified. like those columns names are not quoted it should add qoute for them in monetdb

Exmaple
select "tableA".ColumnnameA, tableA.ColumnB from "tableA"
when I will execute the above query I will get the error no such column 'tableA.ColumnB'
but when I will ad the quote to the second column table name it works fine

select "tableA".ColumnnameA, "tableA".ColumnB from "tableA"
this query work for me but I can't add manually quote to the all the query. Is there are property which I can set in the monetDB to add quote whenever it is missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant