![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Tabella "public.cfp" Colonna | Tipo | Modificatori ------------------+-------------------+---------------------------------------------------------- cod_cfp | integer | not null default nextval('public.cfp_cod_cfp_seq'::text) cod_procedimento | bigint | testo | character varying | if I try to insert something it works.... but the update no.... sportellounico=# UPDATE cfp SET testo='test' AND cod_procedimento='82' where cod_cfp='2'; ERROR: invalid input syntax for type boolean: "test" |
#3
| |||
| |||
|
|
if I try to insert something it works.... but the update no.... sportellounico=# UPDATE cfp SET testo='test' AND cod_procedimento='82' where cod_cfp='2'; ERROR: invalid input syntax for type boolean: "test" |
![]() |
| Thread Tools | |
| Display Modes | |
| |