Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

how to get table id sequence postgres

SELECT table_name, column_name, column_default from
information_schema.columns where table_name='testing';
Source by www.postgresql.org #
 
PREVIOUS NEXT
Tagged: #table #id #sequence #postgres
ADD COMMENT
Topic
Name
3+4 =