user1735921
Resultados
1
preguntas formuladas por
user1735921
Cláusula Group by en mySQL y postgreSQL, ¿por qué el error en postgreSQL?
3
respuestas
3
votos
4.1k
vistas
Supongamos que tengo esta tabla: nombrado = the_table cuya estructura es: postgreSQL: create table the_table (col3 SERIAL, col2 varchar, col1 varchar, PRIMARY KEY(col3)); MySQL: create table the_table ( col3 INT