Is there a way to specify the number you want to select a specific record? For instace the following select statement return one record:
SELECT *
FROM Stock
where itemid = 6
I want to add code to this statement to return the results x number om times?
CAn anyone help??? Is this possible to do???
SELECT *
FROM Stock
where itemid = 6
I want to add code to this statement to return the results x number om times?
CAn anyone help??? Is this possible to do???