On Jan 14, 10:08 am, Midana <[email protected]> wrote: > Hello, > > who knows the diference between this selects. > > 1 - SELECT COUNT(*) FROM TABLE > 2 - SELECT COUNT(1) FROM TABLE > 3 - SELECT COUNT(COLUMN) FROM TABLE > > Midana Sana
Is the question which one would be faster? Someone might contradict me but I pretty much always use the count(*) form and have never really noticed a significant difference in speed. Rob
-- You received this message because you are subscribed to the Google Groups "Oracle PL/SQL" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Oracle-PLSQL?hl=en
