Tom Stryja

Results 1 issues of Tom Stryja

On sql queries connecting to another database is valid with query like this: `... FROM [db2].[dbo].[archive_sap] .... ` When I provide schema with [], left part is "removed": ` $select->from('db2].[dbo].[archive_sap')...