سؤال

In phpMyAdmin I can delete rows without using SQL.

Is there 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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top