T
T Barron
Null Causes Font Change In Union Query
The following query will cause a font change that will
result in an unreadable query.
SELECT NULL as Test
FROM Table1
UNION SELECT Table1.Test as Test
FROM Table1;
In my example the Test field is numeric.
This error is a newly added "feature" in the recent
versions and service packs. It did not used to occur.
The following query will cause a font change that will
result in an unreadable query.
SELECT NULL as Test
FROM Table1
UNION SELECT Table1.Test as Test
FROM Table1;
In my example the Test field is numeric.
This error is a newly added "feature" in the recent
versions and service packs. It did not used to occur.