03.08.2011, 16:47
How do I caculate the amount of X I have
For example I have 200ids of houses created in the SQL database going like:
1
2
3
4
5
6
7
8
blablabla
How do I calculate the last ID, or the amount of IDs all together as in if I have 200 houses
It will give out: "200" or if i have 1 house it will give out "1"
For example I have 200ids of houses created in the SQL database going like:
1
2
3
4
5
6
7
8
blablabla
How do I calculate the last ID, or the amount of IDs all together as in if I have 200 houses
It will give out: "200" or if i have 1 house it will give out "1"