Thread
:
Increase the define in doors.h.
View Single Post
#
7
06-12-2003, 09:01 AM
Muuss
Dragon
Join Date: May 2003
Posts: 539
select max(id) from doors;
will give you only one row with the biggest value of the id field
select count(id) from doors;
will give you the number of records
Muuss
View Public Profile
Send a private message to Muuss
Find all posts by Muuss