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
Thu, 2015-02-19 15:32
#1
Upapte cqrlog
Hi,
you have to use:
update cqrlog_main set eqsl_qslrdate = null
73 Petr
--
http://HamQTH.com/ok2cqr
https://ok2cqr.com
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