When I try to update a table as follows
update Tisk set Barva = 'černobílý' where Barva = 'cernobílý';
the update works but Barva is still cernobílý
. How can I fix it?
When I try to update a table as follows
update Tisk set Barva = 'černobílý' where Barva = 'cernobílý';
the update works but Barva is still cernobílý
. How can I fix it?