Hi Marco,
Why aren't binds available in the SQL window? This is an important core feature of sql, because it will reuse existing execution plans instead of recreating new execution plans per value. This happens if you type it yourself or use substitution values which are both hard coding. For...