Difference between revisions of "PostgreSQL Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) (Created page with " * https://stackoverflow.com/questions/11299037/postgresql-if-statement category:PostgreSQL") |
PeterHarding (talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Conditional Statements= | |||
* https://stackoverflow.com/questions/11299037/postgresql-if-statement | * https://stackoverflow.com/questions/11299037/postgresql-if-statement | ||
* http://www.postgresqltutorial.com/plpgsql-if-else-statements/ | |||
* | |||
* | |||
=MySQL to PostgreSQL Conversion= | |||
* http://www.mildredbrennan.com/blog/?p=610 | |||
[[category:PostgreSQL]] | [[category:PostgreSQL]] |
Latest revision as of 07:47, 24 January 2019
Conditional Statements
- https://stackoverflow.com/questions/11299037/postgresql-if-statement
- http://www.postgresqltutorial.com/plpgsql-if-else-statements/