sql server - How to get only numeric column values? -


Use of SQL Server 2005

I want to get only numeric values ​​from the table

Column 1

  12345 asdf 2312 ase acd ..., tried  

  select numeric (Column 1) showing results in  

  1 0 0 ..,  

I need a colum1 numeric value

SQL Server Query Required Help

 < Code> selection column 1 table where note: Switch to, it will include any.  

To filter the columns containing non-digit (and empty strings), you can '% [^ 0-9]%' and 'Column 1!' = ''

  Select the column 1 Use table WHERE from column 1> 

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -