ER-PARSE-ERROR in popSQL

Hi ,I just started learning sql , can somebody help me how to resolve this? Thanks in advance :slight_smile:

try to remove that checkbox โ€œlimit 100โ€, that may help.

limit only is needed for selects (show maximum 100 rows from table):
select * from class limit 100

Thankyou soo much it worked :slight_smile: