mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 23:28:02 +00:00
Change value to values
This commit is contained in:
@@ -180,7 +180,7 @@ _333 TILs and counting..._
|
||||
- [Send A Command To psql](postgres/send-a-command-to-psql.md)
|
||||
- [Set Inclusion With hstore](postgres/set-inclusion-with-hstore.md)
|
||||
- [Set A Seed For The Random Number Generator](postgres/set-a-seed-for-the-random-number-generator.md)
|
||||
- [Sets With The Value Command](postgres/sets-with-the-value-command.md)
|
||||
- [Sets With The Values Command](postgres/sets-with-the-values-command.md)
|
||||
- [Sleeping](postgres/sleeping.md)
|
||||
- [Special Math Operators](postgres/special-math-operators.md)
|
||||
- [String Contains Another String](postgres/string-contains-another-string.md)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Sets With The Value Command
|
||||
# Sets With The Values Command
|
||||
|
||||
You can concisely create sets of values in PostgreSQL using the `values`
|
||||
command.
|
||||
Reference in New Issue
Block a user