D
dhess62
When I run this query from Excel it works fine. When I build a query in
Access and try to run it, it will error out saying "missing operator in query
expression 'activity'='TAPE_MOUNT' and
CAST((current_timestamp-start_time)hours as decimal) <= 24 group by
drive_name. I'm not sure why this is happening.
QUERY:
select distinct drive_name,count(*) as NUM_TAPE_MOUNTS from summary where
activity='TAPE MOUNT' and CAST((current_timestamp-start_time)hours as
decimal) <= 24 group by drive_name
Any help would be greatly appreciated,
Access and try to run it, it will error out saying "missing operator in query
expression 'activity'='TAPE_MOUNT' and
CAST((current_timestamp-start_time)hours as decimal) <= 24 group by
drive_name. I'm not sure why this is happening.
QUERY:
select distinct drive_name,count(*) as NUM_TAPE_MOUNTS from summary where
activity='TAPE MOUNT' and CAST((current_timestamp-start_time)hours as
decimal) <= 24 group by drive_name
Any help would be greatly appreciated,