Questions tagged as 'consulta-sql'

0
answers

MySQL -How can I change the id to the username?

I am trying to make a query with the following 2 tables: ************ *************** * Usuarios * * Seguidores * ************ *************** * id * * id * * username * * user...
asked by 25.08.2018 / 04:34
0
answers

Sybase database

I have a .SP that receives several parameters these come as follows @i_parametro1 = '0123','0125','0255','0245','2547' @i_parametro2 = '0123','0125','0255','0245','2547' @i_parametro3 = '0123','0125','0255','0245','2547' @i_parametro4 = '0123'...
asked by 31.08.2018 / 16:42
2
answers

Help creating a Dynamic Insert in PostgreSQL

I have a table Juego which has 4 columns nombre, tipo, autor, proveedor , the function that I create allows me to enter data filtering according to characters correctly, but I would like to write the columns and the value of the arr...
asked by 13.07.2018 / 02:55