Team
I am trying to extract data using the LIKE predicate in Seagate Info using SQL qry.
e.g....and job.Customer_reference LIKE '0206' (02 being the year and 06 being the month).
This is a VarChar2 (text) field in Oracle and may vary as such '0206WB'. Wildcard characters I am using do not want to work (e.g. '0206*'...'0206%')
Any immediate assistance would be greatly appreciated.
TIA
Angus
I am trying to extract data using the LIKE predicate in Seagate Info using SQL qry.
e.g....and job.Customer_reference LIKE '0206' (02 being the year and 06 being the month).
This is a VarChar2 (text) field in Oracle and may vary as such '0206WB'. Wildcard characters I am using do not want to work (e.g. '0206*'...'0206%')
Any immediate assistance would be greatly appreciated.
TIA
Angus