| Re: Treat Table like a queue -
06-04-2007, 07:58 AM
> I don't know if this is possible or if I'm just imagining
> functionality, but is there not a way to select and delete in the same
> statement and use a table as a queue with this Select/Delete
> functionality acting like a pop() command. Thanks in advance,
Sure there is. Just write a stored procedure for that. Your MySQL
version has to support it, though.
Best regards. |