Calling .Dispose()
(or wrapping with Using
) is not required.
I would like to construct a query that displays all the results in a table, but is offset by 5 from the start of the table. As far as I can tell, MySQL's LIMIT
requires a limit as well as an offset. Is there any way to do this?