I’m using sqlite3 and this would be pretty easy if it supported TOP syntax but it does not so is there any way to output all the results/records/rows of a select minus the first result in sqlite?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have to specify a limit, but if you specify it high, it will work.