Newbies Breton Tillinghast Posted May 27, 2013 Newbies Posted May 27, 2013 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.
Recommended Posts
This topic is 4449 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 accountSign in
Already have an account? Sign in here.
Sign In Now