Está en la página 1de 1

use albunes

select *
from albun
order by id_temas desc
select titulo,id_temas
from albun
where id_temas =1
order by id_temas asc, titulo desc -- Ordena de manera ascendente id_temas
select * from albun
select albun.id,
albun.titulo from albun
select almacen.id, almacen.descripcion,gestion.descripcion as nombre
from almacen, gestion
where almacen.id_gestion = gestion.id

También podría gustarte