Rabbit:
I thought I try that... using a very simple select query against one field in my test db, I'm getting that same error if you even do something like
Appears the engine does not like calculated values.
<EDIT>
ALL, DISTINCT, DISTINCTROW, TOP Predicates
</EDIT>
I thought I try that... using a very simple select query against one field in my test db, I'm getting that same error if you even do something like
SELECT TOP (14 - 1)...
.Appears the engine does not like calculated values.
<EDIT>
ALL, DISTINCT, DISTINCTROW, TOP Predicates
The value that follows TOP must be an unsigned Integer.
Comment