hi guys, i have this query in an ssis package but i don't seem to understand the operators > ? AND <= ?
at the end
SELECT DistActivityID_PK, ID_FK, DateCreated
FROM DD_Distributors WHERE DistActivityID_PK> ? AND DistActivityID_PK<= ?
ORDER BY DistActivityID_PK
what exactly does the <= ? do? I tried putting this in management studio but it gives me an error, but not in the ssis package.