sql语法高亮

This commit is contained in:
fofolee
2019-05-07 10:15:08 +08:00
parent 6cf279e189
commit 2bf87e1e25
67 changed files with 128 additions and 128 deletions

View File

@@ -1,6 +1,6 @@
<div class="m-bg">
<h1>MySQL CURTIME() 函数</h1>
<h2>定义和用法</h2> <p>CURTIME() 返回当前的时间。</p> <h3><b>语法</b></h3> <div class="code notranslate"><pre><div> CURTIME()</div></pre></div> <h3>实例</h3> <p>下面是 SELECT 语句:</p> <div class="code notranslate"><pre><div> SELECT NOW(),CURDATE(),CURTIME()</div></pre></div> <p>结果如下所示:</p> <table class="reference notranslate">
<h2>定义和用法</h2> <p>CURTIME() 返回当前的时间。</p> <h3><b>语法</b></h3> <div class="code notranslate"><pre><code class="language-sql"><div> CURTIME()</div></code></pre></div> <h3>实例</h3> <p>下面是 SELECT 语句:</p> <div class="code notranslate"><pre><code class="language-sql"><div> SELECT NOW(),CURDATE(),CURTIME()</div></code></pre></div> <p>结果如下所示:</p> <table class="reference notranslate">
<tr>
<th align="left" width="34%">NOW()</th> <th align="left" width="33%">CURDATE()</th> <th align="left" width="33%">CURTIME()</th> </tr>
<tr>