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
keploy -
neehar priydarshi -
Abhinav Anand -
Cyb3r Ninja 🥷 -
Top comments (0)