aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/FAQ/FAQ.html')
-rw-r--r--doc/src/FAQ/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/FAQ/FAQ.html b/doc/src/FAQ/FAQ.html
index 4fb0626d96e..5a428536bcd 100644
--- a/doc/src/FAQ/FAQ.html
+++ b/doc/src/FAQ/FAQ.html
@@ -1166,7 +1166,7 @@ If you are using a client interface like ODBC you may need to set
current time?<BR></H4><P>
Use <i>now()</i>:
<CODE><PRE>
- CREATE TABLE test (x int, modtime timestamp default now() );
+ CREATE TABLE test (x int, modtime timestamp DEFAULT now() );
</PRE></CODE>
<P>
<H4><A NAME="4.23">4.23</A>) Why are my subqueries using