“MySQL Selecione valores não inteiros” Respostas de código

coluna MySQL Select, onde não tem valores int int

/*find rows with non int value*/
select * from my_table where abs(user_id) =0;
Friendly Hawk

MySQL Selecione valores não inteiros

select * from mytable where mycolumn NOT REGEXP '^-?[0-9]+$';
Friendly Hawk

Respostas semelhantes a “MySQL Selecione valores não inteiros”

Perguntas semelhantes a “MySQL Selecione valores não inteiros”

Mais respostas relacionadas para “MySQL Selecione valores não inteiros” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código