MySQL Forums
Forum List  »  Delphi

Re: Dates in MySQL
Posted by: Peter Brawley
Date: March 20, 2016 09:10PM

The variable is in what computer language?

If the corresponding MySQL column is nullable, set it Null with SET columnname=null in your Insert or Update statement.



Edited 1 time(s). Last edit at 03/21/2016 06:52PM by Peter Brawley.

Options: ReplyQuote


Subject
Written By
Posted
March 20, 2016 08:42PM
Re: Dates in MySQL
March 20, 2016 09:10PM
March 20, 2016 09:17PM
March 21, 2016 04:49PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.