Linux/alpha patch.
This commit is contained in:
parent
1ee26b7764
commit
a53dc5ee61
@ -1180,14 +1180,10 @@ If you are using a client interface like ODBC you may need to set
|
|||||||
|
|
||||||
<H4><A NAME="4.22">4.22</A>) How do I create a column that will default to the
|
<H4><A NAME="4.22">4.22</A>) How do I create a column that will default to the
|
||||||
current time?<BR></H4><P>
|
current time?<BR></H4><P>
|
||||||
This way always works:
|
Use <i>now()</i>:
|
||||||
<CODE><PRE>
|
<CODE><PRE>
|
||||||
CREATE TABLE test (x int, modtime timestamp default now() );
|
CREATE TABLE test (x int, modtime timestamp default now() );
|
||||||
</PRE></CODE>
|
</PRE></CODE>
|
||||||
In releases 7.0 and later, you may use:
|
|
||||||
<CODE><PRE>
|
|
||||||
create table test (x int, modtime timestamp default 'now');
|
|
||||||
</PRE></CODE>
|
|
||||||
<P>
|
<P>
|
||||||
<H4><A NAME="4.23">4.23</A>) Why are my subqueries using <CODE>IN</CODE> so
|
<H4><A NAME="4.23">4.23</A>) Why are my subqueries using <CODE>IN</CODE> so
|
||||||
slow?<BR></H4><P>
|
slow?<BR></H4><P>
|
||||||
|
@ -5,3 +5,5 @@ ALL:
|
|||||||
SRCH_INC:
|
SRCH_INC:
|
||||||
SRCH_LIB:
|
SRCH_LIB:
|
||||||
DLSUFFIX:.so
|
DLSUFFIX:.so
|
||||||
|
CPU:alpha
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user