in

System.Data.SQLite

An open source ADO.NET provider for the SQLite database engine
All Tags » DataType » Cast (RSS)

Browse by Tags

  • How to compare varchar() datatype with numeric value.

    Dear All, I have a column named amount1 varchar(50) in table tbTest . The column have value '0.00' My query is Select * from tbTest WHERE IfNull(amount1, 0) > 0 I expect this query should not return any rows but its returning.How to solve the problem.Is there any way to cast or conversion...
    Posted to How To (Forum) by Min on 11-26-2008
Page 1 of 1 (1 items)
Powered by Community Server (Commercial Edition), by Telligent Systems