Jump to content

ExecuteSql Aggregate function bug?


This topic is 4006 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

My statement is failing when I try to add something to the value of an aggregate function.

 

For example, this work fine:

 

select Min(Lat)
from Points

 

This fails:

 

select Min(Lat) + 1
from Points

 

 

Is this a bug?  Is there some other syntax I can use to accomplish this?  I'm aware I can just add 1 to the result of the ExecuteSql, but I'm doing something more complex and this is just simplified version of the bug I found.

Link to comment
Share on other sites

This topic is 4006 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.