Re: Help with default NULL

2003-02-10 Thread Keith C. Ivey
On 8 Feb 2003, at 12:25, Bhavin Vyas wrote: > So, it could either be ^www.yahoo.com^(ct value) or > .^^.(no ct value). I would like that when there is no > ct value present in the line, the ct value in Log table should > stay as the default NULLbut it is not. The value becomes ''

Re: Help with default NULL

2003-02-10 Thread keith . jones
Bhavin, the documentation says that you use \N to represent null values. Keith Extranet [EMAIL PROTECTED] - 08/02/2003 17:25 To:mysql cc: Subject:Help with default NULL Hi, I have a table Log described as such: +--+---+--+-+-+---+ | Field

RE: Help with default NULL

2003-02-10 Thread Victor Pendleton
While exporting the data can you map empty strings to the literal null? -Original Message- From: Bhavin Vyas [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 11:25 AM To: [EMAIL PROTECTED] Subject: Help with default NULL Hi, I have a table Log described as such

Re: Help with default NULL

2003-02-10 Thread Paul DuBois
At 12:32 -0500 2/7/03, Bhavin Vyas wrote: Hi, I have a table Log described as such: +--+---+--+-+-+---+ | Field| Type | Null | Key | Default | Extra | +--+---+--+-+-+---+ | rec | int(1)| YES | | NULL

Help with default NULL

2003-02-10 Thread Bhavin Vyas
Hi, I have a table Log described as such: +--+---+--+-+-+---+ | Field| Type | Null | Key | Default | Extra | +--+---+--+-+-+---+ | rec | int(1)| YES | | NULL| | | time | int(10) | |

Help with default NULL

2003-02-09 Thread Bhavin Vyas
Hi, I have a table Log described as such: +--+---+--+-+-+---+ | Field| Type | Null | Key | Default | Extra | +--+---+--+-+-+---+ | rec | int(1)| YES | | NULL| | | time | int(10) | |