SELECT SUM(field1) FROM table GROUP BY fieldDistinct
SELECT DISTINCT fieldDistinct1, fieldDistinct2 FROM table
if(var i("counter").value..
document.getElementById('counter')
function prev(id){
var counter = document.getElementById('counter'+(id===undefined?'':id)).value;
document.getElementById('counter'+(id===undefined?'':id)).value = counter.value>1?counter--:counter;
}
function next(id){
var counter = document.getElementById('counter'+(id===undefined?'':id)).value;
document.getElementById('counter'+(id===undefined?'':id)).value = counter.value<20?counter++:counter;
}
$a <=> $b Космический корабль (spaceship) Число типа integer меньше, больше или равное нулю, когда $a соответственно меньше, больше или равно $b. Доступно c PHP 7.