Hi,

is it possible to make a SELECT query with some nasty follow up commands, which damages the database.

Something like:

SELECT *,(DROP DATABASE enterprise) AS roger FROM sales WHERE sales > (UPDATE order SET order=1);

I know this wont work, but is there some possibility to modify database with SELECT query?

I'm developing an ERP where I would like to implement a statistical program where you can write your own SELECT queries.

Best Regards,
Teemu Juntunen

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to