Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres how to index a column

        
             
         
CREATE INDEX index_name 
ON table_name(column_name);
Source by www.postgresqltutorial.com #
 
PREVIOUS NEXT
Tagged: #postgres #index #column
ADD COMMENT
Topic
Name
6+7 =