Hey y'all, Sure hope you can help with this one.
Is there a way to write a sql query for MySQL such that it returns recordset of say 100 rows with my target recordset in the center from a table of 1000 rows? I need it to load a page of items on an ecomm site, but want to provide not only the target item, but 100 other choices as well. The number 100 and 100 are arbitrary. Basically, pull all records with a price range between .99 and 9.99 with the 4.99 target row in the center of the resultset. ( and yeah, the example is horrible, but it gets the point across) TIA, M -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] For more options, visit http://groups.google.com/group/houcfug?hl=en --- You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
