How to set limit for accessing data in heidisql?

527 Views Asked by At

By default, limit of accessing data in Heidi SQL is upto 100000.

SELECT * FROM tablename WHERE columnname='value' and 'column_name'='value';

0

There are 0 best solutions below