We need to retrieve data from a MS SQL server from a client with a diaeresis in the table name (which is bad practice).
The table name is BE België$Cities
and we are not allowed to change the table name. The request SELECT * FROM [BE België$Cities]
returns a table not found error.
How can we retrieve data from this table? We are using SQL Server 2008, PHP7 and Laravel 5.3.