Accessing the database .sqlite
via sql
normally, I can use the CAST('coluna' as decimal)
function.
Via NSPredicate
using CoreData
, how do I do the same thing? I have a column of type String
and I need to make a cast
to decimal
.