How to split query results
does if there method split results of query based on specific number stop , split at?
for example, want pull out of these numbers database....say 1 - 20. want show them on page in order, want stop once hit preset number, 12.5, continue on. need way show this:
my numbers:
1,2,3,4,5,6,7,8,9,10,11,12,.5
total equalling 12.5
numbers after split:
.5,14,15,16,17,18,19,20
total above 12.5
i'm adding numbers in database, need cut off @ predetermined point (in example 12.5) , start rest after point.
right i'm using coding tries split results users input , insert them database. i'm running problems displaying data correctly though. seems make more sense input normally, display , spit there.
any in right direction appreciated. i'm stumped on this!
query of queries work.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment