Difference between revisions of "Talk:Built-in functions and Stored Procedures"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
Also:
 
Also:
Here is another list of stored procedures/functions including CAST():
+
Here is another list of stored procedures/functions including CAST() and IFNULL():
 
[http://www.hsqldb.org/doc/guide/ch09.html#stored-section]
 
[http://www.hsqldb.org/doc/guide/ch09.html#stored-section]

Revision as of 11:54, 5 November 2010

For an example:

SELECT CURDATE (), MONTH ('2010-10-11') FROM "Table"

(note double, single quotes)

Also: Here is another list of stored procedures/functions including CAST() and IFNULL(): [1]

Personal tools