Re: [GENERAL] how to convert "output deleted/inserted into" in My SQL to Postgres

2015-02-21 Thread Marc Mamin
>hey guys, I'm kinda new to Postgres and I'm learning it now. I have work to >convert some stored procedures in MySQL to Postgres and I came across an >issue here that I can't solve: > >update db.user > set Deleted= 1 >, UpdateTerminal = @UpdateTerminal >

[GENERAL] how to convert "output deleted/inserted into" in My SQL to Postgres

2015-02-20 Thread Michael_LT
hey guys, I'm kinda new to Postgres and I'm learning it now. I have work to convert some stored procedures in MySQL to Postgres and I came across an issue here that I can't solve: update db.user set Deleted= 1 , UpdateTerminal = @UpdateTerminal , Upda