Is there some way to do something like this ?? : crate table t ( a varchar(12), b date ); select (a::date-b) from t; ERROR: cannot cast type 'varchar' to 'date'. Thanks .... -- Fer
- Re: [SQL] type casting: varchar to date J.Fernando Moyano
- Re: [SQL] type casting: varchar to date Karel Zak