I have little knowledge of SQL especially Pervasive, but this is what I'm trying to do:
I'm trying to create a view where the "DeliveryDate" is >= Current Year. Unfortunately, the "DeliveryDate" data type is an Integer Float in this format: "YYYYMMDD".
Does anyone know what I can do to Convert this field to a Date data type?
I'm trying to create a view where the "DeliveryDate" is >= Current Year. Unfortunately, the "DeliveryDate" data type is an Integer Float in this format: "YYYYMMDD".
Does anyone know what I can do to Convert this field to a Date data type?