Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: [Q]HowTo get the count of selected rows

Re: [Q]HowTo get the count of selected rows

From: Anthony Abraham <akeem.abraham_at_worldnet.att.net>
Date: 1997/03/15
Message-ID: <01bc30d8$1ae33ba0$c75192cf@default>#1/1

Try select count(distinct fld1 || fld2) from table1. This query will not be very efficient but will satisfy your request. Tony A Received on Sat Mar 15 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US