Sunteți pe pagina 1din 1

select *from Pedidos

select *from pedidos where fechapedido like'1996-02-%';

select *from productos

select *from productos where idcategoria like '%[^3]';


select *from productos where idcategoria like '%[^1,2,3]';
select *from productos where nombreProducto like 'Que%'
select *from productos where nombreProducto like '[a,b,c,d]%';

select *from Pedidos


select *from Pedidos where IdCliente='ANTON'OR IDCLIENTE='BONAP'and FechaPedido >
'1995-05-11'

S-ar putea să vă placă și