“coluna MySQL Select, onde não tem valores int int” Respostas de código

mysql onde coluna não inteira

'//Got it by using a regular expression
//works in mysql for sure'

SELECT * FROM `table`
WHERE column NOT REGEXP '^-?[0-9]+$' 
Delightful Dogfish

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 “coluna MySQL Select, onde não tem valores int int”

Perguntas semelhantes a “coluna MySQL Select, onde não tem valores int int”

Mais respostas relacionadas para “coluna MySQL Select, onde não tem valores int int” em Sql

Procure respostas de código populares por idioma

Procurar outros idiomas de código