I am looking at a query that generates a certain result and I find a statement like this:
SELECT tabla!columna AS alias FROM tabla
My doubt is that it performs the sign !
, I tried it on Access 2007 -2010
and it works, but I don't understand the logic.
And will it be compatible with some version of SQL Server
?
This is non-standard Access syntax.
It is equivalent to: