I know little internet knowledge about python in mysql,is there any syntax to make the limit by default as the number of available rows in a table by providing any new things?
"select * from ques LIMIT 100"
this is done normally,what in case if user doesnot know the no. of all the rows and he needs till the last row?is there any syntax?answers will be appreciated!