Hi,
I am using below query to get details from database.
SELECT Designation, MyDate, Count(Designation) AS MyCount
FROM Combine
WHERE Designation = 'Senior Dummy Manager'
GROUP BY Designation, MyDate
ORDER BY Count(MyDate);
However, whenever I click on query, I get a pop-up as Query.MyDate.
Once I click ok, I get the results. But I am not able to understand why I am getting this pop-up.
Can anyone please help me in this.
I am using below query to get details from database.
SELECT Designation, MyDate, Count(Designation) AS MyCount
FROM Combine
WHERE Designation = 'Senior Dummy Manager'
GROUP BY Designation, MyDate
ORDER BY Count(MyDate);
However, whenever I click on query, I get a pop-up as Query.MyDate.
Once I click ok, I get the results. But I am not able to understand why I am getting this pop-up.
Can anyone please help me in this.