Upapte cqrlog

3 posts / 0 new
Last post
f6aap
Upapte cqrlog

Hello, I want to reset the area eqsl_qslrdate of my log via the SQL command from SQL console.
update cqrlog_main set eqsl_qslrdate = ''
After this operation I have  value '1899-12-30' in the column. Thank you to tell me how to delete. Best Regards

ok2cqr
ok2cqr's picture
Re: Upapte cqrlog

Hi,
you have to use:
update cqrlog_main set eqsl_qslrdate = null    
73 Petr

f6aap
Hello, I just tried the

Hello, I just tried the command you recommend me but the result is always the same. I poursiuis my investigations: If you have other ideas thank you to let me know. Thank you for your reply, Best Regards