1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[SQL] Detecting cells in column that cause error in SQL

Discussão em 'Outras Linguagens' iniciado por Stack, Outubro 3, 2024 às 11:02.

  1. Stack

    Stack Membro Participativo

    Assuming that we are trying to alter the type of a column in a SQL table, say from varchar to float, using: ALTER TABLE <mytable> ALTER COLUMN <mycolumn> FLOAT. However, we get the error Error to convert datatype varchar to float.

    Is it possible to narrow down the cells in the column that are causing this problem?

    Continue reading...

Compartilhe esta Página