开发者

PHPpgAdmin: How delete rows without using SQL

开发者 https://www.devze.com 2023-01-01 09:36 出处:网络
In phpMyAdmin I can delete rows without using SQL. Is ther开发者_开发百科e a way to do this in phpPgAdmin ?phpPgAdmin (ppa) gives ability to edit/delete a row only when it founds an unique index in t

In phpMyAdmin I can delete rows without using SQL.

Is ther开发者_开发百科e a way to do this in phpPgAdmin ?


phpPgAdmin (ppa) gives ability to edit/delete a row only when it founds an unique index in the table (or in requested fields for a query) and the value for the indexed col is not null.

Without unique index (or PK), ppa could not determine a WHERE clause to select the only row you want to edit/drop.


Yes there is, just select the table, click "browse" and then click "delete" (in the column "actions") for every row you want to delete.

0

精彩评论

暂无评论...
验证码 换一张
取 消