Alex Vayda

Resultados 1 preguntas formuladas por Alex Vayda

Un ejemplo muy sencillo: una tabla, un índice, una consulta: CREATE TABLE book ( id bigserial NOT NULL, "year" integer, -- other columns... ); CREATE INDEX book_year_idx ON book (year)