Good morning, I apologise if this isn't the correct forum but "out there" I can't seem to find a sensible answer. I have been given an application that uses Oracle SQL and all I want to do is to select records where the LastName field is neither empty, nor "." nor numeric. I can do
But can't see that there's an "ISNUMERIC" or something similar. This is just a test environment so I'm not looking to forensically clean that field - just trying play around with the data.
Many thanks,
D€$
Code:
is not null[indent][/indent]<> '.'
But can't see that there's an "ISNUMERIC" or something similar. This is just a test environment so I'm not looking to forensically clean that field - just trying play around with the data.
Many thanks,
D€$