0

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!

1 Answer 1

1

Selecting all rows? Remove the limit thingy...

select * from ques
Sign up to request clarification or add additional context in comments.

1 Comment

If this helps you, please accept it! Just tick the button on the left.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.