Update README.md

parent 2ea7ce35
...@@ -5,13 +5,13 @@ Mysql UDF to add a clone of NOW() that return microseconds ...@@ -5,13 +5,13 @@ Mysql UDF to add a clone of NOW() that return microseconds
After installing it, just execute in the mysql shell: After installing it, just execute in the mysql shell:
<code> ```
CREATE FUNCTION microsecnow RETURNS INTEGER SONAME 'microsecnow.so'; CREATE FUNCTION microsecnow RETURNS INTEGER SONAME 'microsecnow.so';
</code> ```
and the you can do: and the you can do:
<code> ```
mysql> SELECT MICROSECNOW(); mysql> SELECT MICROSECNOW();
+------------------+ +------------------+
| MICROSECNOW() | | MICROSECNOW() |
...@@ -22,4 +22,4 @@ mysql> SELECT MICROSECNOW(); ...@@ -22,4 +22,4 @@ mysql> SELECT MICROSECNOW();
mysql> mysql>
</code> ```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment