For all columns or a particular column for particular column,may be this query can be
select * from tablename where nvl(replace (columnname,'*',''),'.') ='.' 2012/1/7 SANDEEP REDDY <tosandeepyan...@gmail.com> > 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 > -- 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