do you need that for all columns or particular column?
For a particular column, maybe this query can be

select * from tablename where  nvl(replace (columnname,'*',''),'.')
='.'


On 7 Ocak, 13:27, SANDEEP REDDY <tosandeepyan...@gmail.com> wrote:
> I have a table like this
>
> S.no        Name      Address
> -------       ----------     ---------------
>
> 1           a              7a, chennai
> 2           b               madras,chennai**
> 3           c               *****chengal
> 4          d                  *****
> 5           e                     ***
> 6          f                       *
>
> HI, i need to get output that contains only *'s ( only * but no
> alphanumeric & special characters)
>
> I didn't get any idea.

-- 
You received this message because you are subscribed to the Google
Groups "Oracle PL/SQL" group.
To post to this group, send email to Oracle-PLSQL@googlegroups.com
To unsubscribe from this group, send email to
oracle-plsql-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/Oracle-PLSQL?hl=en

Reply via email to