Difference between revisions of "PostgreSQL Notes"
Jump to navigation
Jump to search
PeterHarding (talk | contribs) |
PeterHarding (talk | contribs) |
||
Line 1: | Line 1: | ||
=Conditional Statements= | |||
* https://stackoverflow.com/questions/11299037/postgresql-if-statement | * https://stackoverflow.com/questions/11299037/postgresql-if-statement | ||
Line 4: | Line 5: | ||
* | * | ||
* | * | ||
=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/