cursor
Queries and Filtered Cursors
The SELECT - SQL Command with INTO CURSOR clause can create a filtered cursor under following conditions:
- Only one table is referenced by the query
- WHERE condition is fully optimizable and can be represented by SET FILTER TO command
- In the Select list either '*' specified (all fields) or subset of the fields from the table
- No additional clauses, like DISTINCT, ORDER BY, GROUP BY, etc., are present
- SET EXACT and SET ANSI settings match
Recent comments
1 week 2 days ago
1 week 2 days ago
1 week 3 days ago
1 week 5 days ago
1 week 5 days ago
2 weeks 2 days ago
3 weeks 2 days ago
3 weeks 3 days ago
3 weeks 4 days ago
4 weeks 1 day ago