zombie5268
New member
- Local time
- Yesterday, 21:17
- Joined
- Mar 31, 2009
- Messages
- 3
Hi,
I have a query I wrote that looks like the 1st SQL below. I run it and it works fine. I save it, close it and reopen it and it looks like the 2nd SQL below. At this point I have to change it back to the 1st SQL to run or I get an an error like the screen shot attached.
Any idea what's happening when I close and reopen it???
SELECT COUNT(EMP_ID)
FROM (SELECT DISTINCT EMP_ID FROM tbl4thQuarter_Trimmed WHERE (BF_Risk="Average"));
SELECT COUNT(EMP_ID)
FROM [SELECT DISTINCT EMP_ID FROM tbl4thQuarter_Trimmed WHERE (BF_Risk="Average"); ] AS [%$##@_Alias];
I have a query I wrote that looks like the 1st SQL below. I run it and it works fine. I save it, close it and reopen it and it looks like the 2nd SQL below. At this point I have to change it back to the 1st SQL to run or I get an an error like the screen shot attached.
Any idea what's happening when I close and reopen it???
SELECT COUNT(EMP_ID)
FROM (SELECT DISTINCT EMP_ID FROM tbl4thQuarter_Trimmed WHERE (BF_Risk="Average"));
SELECT COUNT(EMP_ID)
FROM [SELECT DISTINCT EMP_ID FROM tbl4thQuarter_Trimmed WHERE (BF_Risk="Average"); ] AS [%$##@_Alias];