user1735921

Resultados 1 preguntas formuladas por user1735921

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