I can run a simple select query
select * from haps_log where createddate> '1/1/2014' limit 1000
However, if I just change it slightly to return the count
select count(*) from haps_log where createddate>'1/1/2014' limit 1000
I get an error:
Issue #1 |
New |
Completion |
No due date |
No fixed build |
No time estimate |