Quantcast
Channel: Planet PostgreSQL
Viewing all articles
Browse latest Browse all 9659

Bruce Momjian: Calling Functions from SQL

$
0
0

There was some nifty function-calling syntax used in my previous blog post about virtual columns, so I now want to cover function calling syntax in detail. Traditionally, functions are called in SQL using a procedural syntax, e.g. function(argument):

SELECT upper('a');
 upper
-------
 A
 
select pow(2, 4);
 pow
-----
  16

Continue Reading »


Viewing all articles
Browse latest Browse all 9659

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>