I am building structured queries around a google spreadsheets high school database and I am wondering what, if any, is the limit on the size/length of the structure query (sq) string. For example, if I wanted to query on juniors, I would formulate the following single sq: studentid=99999 or studentid=88888 or studentid=77777 etc. for as many juniors student ids that exists. Would / could I exceed some limit as the number of juniors increased? Is there a better approach?
Thanks.
