A query with an expression on the limit clause is not shown, for example
select * from subjects order by subject limit 2*2
does not appears in the results panel. However the status message correctly reads
"4 Rows returned from: select * from subjects order by subject limit 2*2 (took 1ms)"
Reactions are currently unavailable
A query with an expression on the limit clause is not shown, for example
select * from subjects order by subject limit 2*2
does not appears in the results panel. However the status message correctly reads
"4 Rows returned from: select * from subjects order by subject limit 2*2 (took 1ms)"