[sqlite] create table default expr

2008-11-03 Thread John
Hi I want to (if possible) create a table with a default timestamp in a format other than -MM-DD ... per example below. I have tried a few variants but always get same error. Can this be done and if so, how? create table ( custnum integer primary key not null, note text,

Re: [sqlite] create table default expr

2008-11-03 Thread Simon Davies
2008/11/3 John [EMAIL PROTECTED]: Hi I want to (if possible) create a table with a default timestamp in a format other than -MM-DD ... per example below. I have tried a few variants but always get same error. Can this be done and if so, how? create table ( custnum integer

Re: [sqlite] create table default expr

2008-11-03 Thread Igor Tandetnik
John [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I want to (if possible) create a table with a default timestamp in a format other than -MM-DD ... per example below. I have tried a few variants but always get same error. Can this be done and if so, how? create table (

Re: [sqlite] create table default expr

2008-11-03 Thread John
Simon Davies wrote: 2008/11/3 John [EMAIL PROTECTED]: Hi I want to (if possible) create a table with a default timestamp in a format other than -MM-DD ... per example below. I have tried a few variants but always get same error. Can this be done and if so, how? create table (

Re: [sqlite] create table default expr

2008-11-03 Thread John
Igor Tandetnik wrote: John [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I want to (if possible) create a table with a default timestamp in a format other than -MM-DD ... per example below. I have tried a few variants but always get same error. Can this be done and if so,