Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: N/A
-
Fix Version/s: N/A
-
Component/s: Documentation
-
Labels:
Description
It says:
Individual queries can also be limited by adding a MAX_STATEMENT_TIME clause to the query. For example:
SELECT MAX_STATEMENT_TIME=2 * FROM t1;
It's not the right syntax, apparently it's supposed to be
SET STATEMENT MAX_STATEMENT_TIME=2 FOR SELECT * FROM t1
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Yes, it seems this was not implemented in this way for 10.1.1. The suggested syntax doesn't work either, I will remove the reference from the docs until it's implemented or there's clarity on how it's supposed to work.