DEFINITIONS
Definitions More Info.
Definition ID
12.075
Title
POSTGRESQL
Category
NOTES
Definition
converted, casted index
Definition Description
CREATE INDEX IF NOT EXISTS "IX_Candidate_CreationDate_Date"
ON public."Candidate" USING btree
(("CreationDate"::date) ASC NULLS LAST)
INCLUDE("AccountId")
WITH (FILLFACTOR=99)
TABLESPACE indexspace;
RecordBy
cunay
Record Date
24-05-2022 09:59:01
Düzenle
Kopyala
Sil