Is there someone who can help me?
I have to do a query in a database which was created by someone else. The problem I encounter is that the name of the table contains three spaces.
Example of the query: "SELECT * FROM Item Journal Line
".
It does not work anyway, I've tried by surrounding the tablename with []
, `, ´´, '',
´ but nothing is working.
Any suggestion on how to address this table in my query? I've searched on the web but I did not find anything which could help me. I'm working in c# with SharpDevelop.