Hello list! I have a little problem with drives table
Here is the select statement
select drive_name from drives where last_update between
current_timestamp-140 days+3 hours and current_timestamp-140 days+5
hours
It returns exactly the weird entries
DRIVE_NAME
------------------
ï4â(ï....1
ï4â(ï0...10
ï4â(ï....2
ï4â(ï
ï4â(ï
ï4â(ï
ï4â(ï
ï4â(ï
ï4â(ï
ï4â(ï
bla, bla
the same for the library_name
How can I del those entries with del drive ???????
Thanks.
