Hi!
I need to right write a query for a cursor that will return records where the value in a certain column is less than 4 digits.
eg if the value is 0001 or 1234 it will be ignored
but in case the value is 01 or 123 the record will be returned or stored as per the query.
please guide me with this.
thanks in advance
radhekrsna