select * from cliente
where
ciudad = 'Callao'
select * from cliente
where
nombre like 'M%'
select LENGTH('BASE DE DATOS CORPORATIVO II') as result
select STRPOS('BASE DE DATOS CORPORATIVO II','P') as result
select * from customers
order by country asc
select * from customers
order by city desc
No hay comentarios:
Publicar un comentario