altering all column names in table to be lower case in postgres

前端 未结 0 357
陌清茗
陌清茗 2021-01-06 06:28

let\'s say I have a table in a postgres db with DDL such as:

    CREATE TABLE personnel_data 
    (
    ID serial primary key,
    NAME varchar(50),
    EMAIL         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题