Hello friends, someone knows how to do an autocompletion in the HTML with this query in the database, where the value will be the id
create proc buscarHeroe
@nombre varchar(30)
as
begin
select mc.id,mc.nombre from
Heroes as mc where...
asked by
28.11.2018 / 21:36