set @row := 0;
select repeat('* ', @row := @row + 1)
from information_schema.tables
where @row < 20
select repeat('* ', @row := @row + 1)
from information_schema.tables
where @row < 20
I am Md Abdullah Al Hasan. I have completed my graduation in Computer Science and Engineering from Jashore University of Science and Technology.
0 Comments:
Post a Comment