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 is trigger in flip flop?
What is pivot query?
What is dynamic query?
how to calculate expressions with sql statements? : Sql dba
How do you take the union of two tables in sql?
How does postgresql compare to "nosql"?
What is the difference between python and sql?
What is online transaction processing (oltp)?
How to select random rows from a table?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
what is union, minus and interact commands? : Sql dba
What is tuple in sql?
What are stuff and replace function?
When to use inner join and left join?
What are the types of optimization?