Posts by Fabio09909 • 1 point
1 post
-
-3
votes2
answers39
viewsQ: Change value of FALSE TRUE column
I have a Postgresql database and need to change the table Produto with the column Permite_venda. The items are with FALSE and I need to move on to TRUE How should I do? I list all below: select *…