E
eugenel
Guest
A column of a table in a schema should be referenced like this Schema.Table.Column if you prefer this full qualified name. In your case, the first column should be "Users"."Zodiac Mongo Test"."Account Number" if Users is the schema you were using. For the backend I am using for this test against MongoDB 2.6.4, I have to use each of these parts in upper case as they are put in double quotes. I guess you have to do the same for your backend. I am not sure if the case of identifiers is configurable for the backend, though. Hope this helps. Good luck!
Continue reading...
Continue reading...