Answers for "Datatype mismatch: 7 ERROR: column cannot be cast automatically to type integer"

0

Datatype mismatch: 7 ERROR: column cannot be cast automatically to type integer

alter table a.attend alter column terminal TYPE INTEGER  USING (terminal::integer) ;
Posted by: Guest on November-08-2020

Code answers related to "Datatype mismatch: 7 ERROR: column cannot be cast automatically to type integer"

Browse Popular Code Answers by Language