Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Database Data Page

by little (Curate)
on Jul 11, 2003 at 17:30 UTC ( [id://273489]=note: print w/replies, xml ) Need Help??


in reply to Database Data Page

what about using LIMIT as a native SQL language construct?
SELECT * FROM tableName LIMIT 0, 10
or in another way:
SELECT $whatever and $whomever FROM $sometable LIMIT $minDisplaySetOff, $maxDisplayRowsPerPage
actually it should read $maxDisplayRowsPerResultSet

Have a nice day
All decision is left to your taste

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://273489]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-24 20:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found