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
1180
1180
1181
1181
< H4 > < A NAME ="4.22 "> 4.22</ A > ) How do I create a column that will default to the
1182
1182
current time?< BR > </ H4 > < P >
1183
- This way always works :
1183
+ Use < i > now() </ i > :
1184
1184
< CODE > < PRE >
1185
1185
CREATE TABLE test (x int, modtime timestamp default now() );
1186
1186
</ 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 >
1191
1187
< P >
1192
1188
< H4 > < A NAME ="4.23 "> 4.23</ A > ) Why are my subqueries using < CODE > IN</ CODE > so
1193
1189
slow?< BR > </ H4 > < P >
Original file line number Diff line number Diff line change 5
5
SRCH_INC:
6
6
SRCH_LIB:
7
7
DLSUFFIX:.so
8
+ CPU:alpha
9
+
You can’t perform that action at this time.
0 commit comments