hi,
  I guess this is more of an SQL problem... what I wanted was
for me to be able to select a group of rows in my cfquery statement.
eg:
  <cfquery name="get_items" datasource="users" maxrows = 10>
  SELECT itemnum
   FROM items
   WHERE user_id = 12345
</cfquery> 

Now this will get me the top 10 rows, yes! Now what Im looking at is
rows 10-20, then 20-30....etc

Is this possible. I know of one way, but its kinda a long cut.

thanks
regards,

VIN

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to