Good afternoon, I have a problem wanting to select specific data when making a query to two tables; The tables are the following:
create table persona
(
id int identity (1,1) not null,
nombre varchar (350) not null,
apellido varchar (350) not...
asked by
22.05.2018 / 19:41