How can I write an SQL to generate a square for a specified length?. Using only SQL (no PL SQL).
Assumption - Two characters in the horizontal line is equal to one character in vertical line.
Example
Suppose if length of square is 7 then there will be 14 character in horizontal line and 7 character in vertical line.
**************
* *
* *
* *
* *
* *
**************
Please help.
Edited by: user10681556 on Sep 10, 2009 1:26 AM