Skip to content

Commit

Permalink
corrected readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wumpz committed Feb 27, 2013
1 parent 3d72a4f commit 202756d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ select * from taba, tabb where taba.a=tabb.a(+)
```sql
select a from taba union select b from tabb
select a from taba intersect select b from tabb
select a from taba except select b from tabb
```
* Added support for `extract(year from datetime-expr)`
* Start implementation of analytical expressions
Expand Down

0 comments on commit 202756d

Please sign in to comment.