G
Guest
Is it possible to nest brackets "[[]]" in Access' SQL?
Where is the best information to be found about brackets
and their use, specifically when using the period to
perform a replacement function (i.e.:
SELECT * FROM [SELECT Year_Control.StudyYear FROM
Year_Control]. AS Test
will work, but
SELECT * FROM [SELECT [Year_Control].[StudyYear] FROM
[Year_Control]]. AS Test
won't work because of the nested brackets
Why?
Where is the best information to be found about brackets
and their use, specifically when using the period to
perform a replacement function (i.e.:
SELECT * FROM [SELECT Year_Control.StudyYear FROM
Year_Control]. AS Test
will work, but
SELECT * FROM [SELECT [Year_Control].[StudyYear] FROM
[Year_Control]]. AS Test
won't work because of the nested brackets
Why?