Jump to content

MySQL SUM


b3wk

Recommended Posts

Hello!

 

I have one problem.

On MySQL database I have table with name 'visitors' and there I have two column...

ID    Visitors

1      5690

2      5434

3      234

...      ...

x      45455

y      45858

 

How can I sum last two rows (x + y)?

 

I use

$izbira = "SELECT SUM(visitors) FROM visitors ORDER BY id DESC LIMIT 2;

but this function sum all rows...  :-[

 

Thank you for help!

...and sorry 4 my english

Link to comment
https://forums.phpfreaks.com/topic/186930-mysql-sum/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.