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
Rajith -
Praneeth -
Soft Heart Engineer -
Sualeh Fatehi -
Top comments (0)