HOW TO PRINT
*
**
***
****
*****
BY USING SQL QUERY? (MAY BE USING SCRIPT)
Answer Posted / shivaindu
select lpad('*',rownum,'*') Star from dual connect by level < 6;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
what are myisam tables? : Sql dba
how to check myisam tables for errors? : Sql dba
What is partition in sql query?
How can you select unique records from a table?
Why we use join in sql?
How to call a javascript function from pl sql?
What is use of package in pl sql?
What is flag in sql?
what is user defined functions? : Sql dba
What is sql architecture?
What is sql dialect?
what is “go” in t-sql? : Transact sql
Can you select everything, but 1 or 2 fields, without writer's cramp?
How do I run sql profiler?
Is it important to partition hard disk?