Richard
    You could use

    SELECT * FROM tableName WHERE COUNT(*) >=  someNumberHere

   OR 

  SELECT colList INTO varList FROM tableName WHERE COUNT(*) >= someNumberHere


Buddy
   

-----Original Message-----
From: rbase-l@googlegroups.com [mailto:rbase-l@googlegroups.com] On Behalf Of 
richard jasinski
Sent: Tuesday, May 6, 2014 2:17 PM
To: rbase-l@googlegroups.com
Subject: [RBASE-L] - Select

I know there is a way to select rows above a certain row number but I forgot 
how to do it.  Help!

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
For group guidelines, visit 
http://www.rbase.com/support/usersgroup_guidelines.php
--- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rbase-l+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to