Marco
2 days agoContributor II
SQL table editor show only 100 rows
Hi everyone.
I would like to know if there is a way to display only a certain number of rows in an SQL TABLE EDITOR, as I do not see a way to set it up as in a query, for example.
SELECT TOP 5 * FROM Table;
I would appreciate it if you could assist me with this.