Thanks All, I'm a new Developer and this week, a friend told me that the best is SELECT COUNT(1), but when we did the two SELECTS (SELECT COUNT(*) and SELECT COUNT(1)) we discover that SELECT COUNT(*) is fastter.
SELECT COUNT(COLUMN) TABLE, count the line that returs true. so if a line returns null, se COUNT will not count it. -- Midana Fernandes Sana "pay d cust 2 b d boss"
-- 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