This is the SELECT & DELETE commands in postgresql.
Show the list of tables and owner.
\d
See the data of table.
SELECT * FROM (table name);
Delete a row with condition.
DELETE FROM (schema).(table name) WHERE (table name).(column) = '(value)';
'Web Programming ๐ > Database ๐ฉ๐ปโ๐พ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
Login and Sign up System (PHP, SQL) (0) | 2023.05.06 |
---|---|
Ubuntu Server, postgresql (0) | 2023.05.04 |
PHP + SQL (0) | 2023.05.02 |
Basic SQL (0) | 2023.04.28 |
MySQL Command (0) | 2023.04.13 |