Command to execute SQL string

From: Łukasz Jarych <jaryszek(at)gmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Command to execute SQL string
Date: 2018-03-08 12:26:55
Message-ID: CAGv31odu+=D+hDvoMGQzxhin+=83wEd3XEeOWXUZ9ZMeTWkJ7g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

i have a table when i have string in each row,
for example "DELETE FROM t_test WHERE ID = 3".

I want to execute for each row this command.
It is possible?

Best wishes,
Jacek

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Łukasz Jarych 2018-03-08 12:32:16 Trigger to create string to inverse SQL statement
Previous Message Dylan Luong 2018-03-08 10:38:30 RE: Resync second slave to new master