Please bear with me. I am a Mainframe programmer by trade, who has been given a SQL server to work with. I am going to buy a SQL book tonight, and bring it work since we have none. I am trying to find a way to check a field for being not numeric. The guy who set up our database made everything string fields, including fields that should only be numeric. I searched the site and found nothing on numeric.
SELECT *
FROM
.[EP3_14]
WHERE ID_1005 IS NOT NUMERIC
This gets a parse error. I have also tried it with an equals sign, and <> signs. It then tells me that NUMERIC is not an item(field) on the table. We are using Microsoft SQL Server.
Any guidance you can offer is greatly appreciated.
Thanks
SELECT *
FROM
![[elvis] [elvis] [elvis]](/data/assets/smilies/elvis.gif)
WHERE ID_1005 IS NOT NUMERIC
This gets a parse error. I have also tried it with an equals sign, and <> signs. It then tells me that NUMERIC is not an item(field) on the table. We are using Microsoft SQL Server.
Any guidance you can offer is greatly appreciated.
Thanks