Michael Virnstein
Member
When i query large tables and i get many lines back, the command window is painfully slowing down, the more lines it has to display. If i use the sql window instead, this is a lot faster and doesn't slow down very much on larger results.
The problem with the sql window is, that i can't use real bind variables
varname) there. The variables (&varname) in the sql window are replaced with the actual content before the statement is executed. It would be nice, if the sql window would also support bind variables.
The problem with the sql window is, that i can't use real bind variables