探码开发文档
⌘
Ctrl
k
For the complete documentation index, see
llms.txt
. This page is also available as
Markdown
.
Copy
On this page
数据库
PostgreSQL
基础知识
PostgreSQL中删除数据
Copy
-- 删除 users 表中条件为id = 1 这条数
delete from users where id = 1;
Previous
PostgreSQL中更新数据
Next
数据库管理
Last updated
7 years ago