πŸ‡ΊπŸ‡¦ Mykhailo Toporkov

Results 2 comments of πŸ‡ΊπŸ‡¦ Mykhailo Toporkov

This probably a mistake in docs constraints cannot specify sort order (ASC/DESC), only indexes can. Usage of `CONSTRAINT` should be like: ```sql CREATE TABLE `Unique` ( `unique` INT, CONSTRAINT `Unique_unique_key`...

@adriancuadrado Try look into this: [Indexes and ORDER BY](https://www.postgresql.org/docs/9.0/indexes-ordering.html)