Articulos PHP

Articulos Jquery

Articulos CSS

Articulos Mysql


Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 199

Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220

Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 220

1.5 Obtener el valor más pequeño de una columna con la función MIN().

En ocasiones necesitaremos obtener en valor menor de una columna, para ello usaremos la función MIN(), su sintaxis es como sigue:
MIN(nombreColumna)

Para entender un poco mejor, supongamos que tenemos una tabla llamada ‘anuncios’ y que dicha tabla tiene una columna llamada ‘edadMinima’ de la cual se requiere su valor más pequeño, entonces usaríamos la siguiente consulta:
SELECT MIN( edadMinima ) FROM  `anuncios`

Ahora si necesitáramos obtener el valor mínimo de otra columna únicamente tendremos que usar nuevamente la función MIN() como se muestra a continuación:
SELECT MIN( edadMinima ) , MIN( edadMaxima ) FROM  `anuncios`


Warning: Use of undefined constant tema - assumed 'tema' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
Obtener el valor más pequeño de una columna.

Warning: Use of undefined constant id - assumed 'id' (this will throw an Error in a future version of PHP) in /home/vhosts/lawebderay.orgfree.com/articulos.php on line 225
1.4

Copyright © 2013 LaWebDeRay
correo:lawebderay@gmail.com

Free Web Hosting