set statement is used to set a query option. Options enabled with the set statement only have effect for the duration of the query.
The set statement affects how your query is processed and the returned results.
Syntax
Strict types
Thestricttypes query option lets you specify only the exact type of the data type declaration needed in your query. Otherwise, it throws a QueryFailed error.