I have column in my database table named 'anwers' of type 'character'. Data may be numbers or strings that's why I used column of type 'character'. And I have to calculate the sum of anweres if it is a numeric. But I found that ISNUMERIC will not work for column type of text/character . How can I solve this issue?
-
My question is, column type is character but it's not work with isnumeric.But I have to use isnumeric.Coding world– Coding world2017-06-29 10:46:33 +00:00Commented Jun 29, 2017 at 10:46
-
isnumeric() with PostgreSQLklin– klin2017-06-29 10:48:17 +00:00Commented Jun 29, 2017 at 10:48
Add a comment
|