This seems to be the result of creating a table
as:
CREATE TABLE temp AS SELECT * FROM
another_table
Surely the datatypes of the original query (SELECT * FROM
another_table) should be used for the new table temp?
Regards,
Steve From: Drew, Stephen Sent: Tuesday, July 20, 2004 5:25 PM To: Drew, Stephen; '[EMAIL PROTECTED]' Subject: RE: Data Types Hello again,
Can anyone answer these simple questions for
me?
Thanks,
Steve
From: Drew, Stephen Sent: Monday, July 19, 2004 7:09 PM To: '[EMAIL PROTECTED]' Subject: Data Types Hi
there,
I am using the PRAGMA
command "SHOW_DATATYPES=on". However, not all of my queries return the
datatypes. Has anyone else experienced this
problem?
Regards,
Steve |
- [sqlite] RE: Data Types Drew, Stephen
- Re: [sqlite] RE: Data Types Drew, Stephen
- Re: [sqlite] RE: Data Types D. Richard Hipp
- RE: [sqlite] RE: Data Types Drew, Stephen
- Re: [sqlite] RE: Data Types Kurt Welgehausen