This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
dev:sql:functions:current_timestamp [2009/12/05 00:15] tdo created |
dev:sql:functions:current_timestamp [2012/10/26 14:28] (current) |
||
|---|---|---|---|
| Line 12: | Line 12: | ||
| ==== Example 1 ==== | ==== Example 1 ==== | ||
| <code SQL> | <code SQL> | ||
| - | elect company, | + | select company, |
| current_timestamp | current_timestamp | ||
| from customers | from customers | ||