I do not know much about sql, but I need to do the following:
- User informs a number.
- Sql generates the amount entered by the user of blank / null records.
- After generating the blank records, execute an sql query.
In the last item the sql query I can do. But I need to know how to run only after I've finished generating the blank records.
Case : The library uses a label sheet containing 30 labels. So if she used 5 sheet labels, I need 5 blank records to print nothing and from the sixth record start printing the query result.