Search
 
SCRIPT & CODE EXAMPLE
 

SQL

postgres get columns names

SELECT *
  FROM information_schema.columns
 WHERE table_name   = 'your_table'
     ;
Comment

PREVIOUS NEXT
Code Example
Sql :: insert column after column mysql 
Sql :: find column in all stored procedures sql server 
Sql :: convert utc to est sql 
Sql :: Find all triggers in database 
Sql :: remove mysql from centos 7 
Sql :: mysql get date difference in hours 
Sql :: check timezone of mysql database 
Sql :: list all indexes postgres 
Sql :: oracle create synonym 
Sql :: cambiar nombre tabla mysql 
Sql :: oracle create table comment 
Sql :: wilayah indonesia sql 
Sql :: string to int mysql 
Sql :: how to check port number for postgresql 
Sql :: oracle to_timestamp 
Sql :: date today snowflake 
Sql :: sql_mode=only_full_group_by 
Sql :: dbms_output sql developer 
Sql :: create table oracle 
Sql :: psql get sequences 
Sql :: The metadata storage is not up to date, please run the sync-metadata-storage command to fix this issue. 
Sql :: mysql random limit 1 
Sql :: status mysql 
Sql :: sql check roles 
Sql :: key validation sql 
Sql :: show databases mysql docker 
Sql :: how to alter table name in mysql 
Sql :: alert table name mysql 
Sql :: mysql show foreign keys 
Sql :: select from one table where not on the other 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =