good morning, my question is this, I'm experimenting with database, and I have only 1 record in the database and I show it by the following:
SELECT * FROM tabla
very well, following this shows me only the record I have, how do I repeat that same record say 5 times? .. that is to double 5 times instead of showing me only 1 which is by default .. thanks