I would like to create a table with the following conditions
Can someone please tell me how to do this?
1. Log display is limited to MAX 20 rows.
2. Logs with more than 20 lines are not displayed (not even after the second page).
3. If the logs are less than 20 lines, adjust the size of the TABLE to fit the table of logs.
*If I set [head 10] in the query, there will be an extra row left in the table if there is one log. I would like to eliminate this.