how to list the column names in a particular table using postgresql command line
SELECT column_name
FROM information_schema.columns
WHERE table_name = 'account_account';
how to list the column names in a particular table using postgresql command line
SELECT column_name
FROM information_schema.columns
WHERE table_name = 'account_account';
For further actions, you may consider blocking this person and/or reporting abuse
Yash Shinde -
Apurv Upadhyay -
Prowle and Co Building Surveyors -
Fazly Fathhy -
Top comments (0)