File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -1180,14 +1180,10 @@ <H4><A NAME="4.21">4.21</A>) My large-object operations get <I>invalid
11801180
11811181< H4 > < A NAME ="4.22 "> 4.22</ A > ) How do I create a column that will default to the
11821182current time?< BR > </ H4 > < P >
1183- This way always works :
1183+ Use < i > now() </ i > :
11841184< CODE > < PRE >
11851185 CREATE TABLE test (x int, modtime timestamp default now() );
11861186</ PRE > </ CODE >
1187- In releases 7.0 and later, you may use:
1188- < CODE > < PRE >
1189- create table test (x int, modtime timestamp default 'now');
1190- </ PRE > </ CODE >
11911187< P >
11921188< H4 > < A NAME ="4.23 "> 4.23</ A > ) Why are my subqueries using < CODE > IN</ CODE > so
11931189slow?< BR > </ H4 > < P >
Original file line number Diff line number Diff line change 55SRCH_INC:
66SRCH_LIB:
77DLSUFFIX:.so
8+ CPU:alpha
9+
You can’t perform that action at this time.
0 commit comments