Re: [sqlite] How to find type of value that a column contains. Click to flag this post

2012-02-02 Thread Petite Abeille
On Feb 2, 2012, at 10:29 AM, bhaskarReddy wrote: > I have to find a type of a value in sql. You sent the exact same message 2 hours ago. Are you a bot? ___ sqlite-users mailing list sqlite-users@sqlite.org

[sqlite] How to find type of value that a column contains. Click to flag this post

2012-02-02 Thread bhaskarReddy
Hi Friends, I have to find a type of a value in sql. Suppose if i pass to a function with column names and values. I want to find the 'type' for that values first, suppose if it is an INTEGER i will do some steps, if it is TEXT some other steps. How to