“Postgres usunąć według identyfikatora” Kod odpowiedzi

Postgres usunąć według identyfikatora

DELETE FROM table_name
WHERE condition;

Code language: SQL (Structured Query Language) (sql)
CodeWithTaylor

Usuń wpisy w PostgreSQL

DELETE FROM table
USING another_table
WHERE table.id = another_table.id;
Tanishq Vyas

Odpowiedzi podobne do “Postgres usunąć według identyfikatora”

Pytania podobne do “Postgres usunąć według identyfikatora”

Więcej pokrewnych odpowiedzi na “Postgres usunąć według identyfikatora” w Sql

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu