I have the follwoing quere
SELECT COUNT(*) AS Workstation_Count
FROM [SELECT DISTINCT Workstation_ID FROM Machine_Connect]. AS [%$##@_Alias];
I want to count the number of unique items in the DB between two dates. There is also a date field in the db.
I'm using SQL - MS Access.
Thank you in...
Can someone please help me with this. I'm very new to SQL
I've got a DB with a couple of field workstationID Date added, notes.
I need to collate the information into days.
ie we added X workstation on this day.
So for each day I can get the total workstations added
Is this possible, please...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.