view reverse/80_reverse.sql @ 3:de61daddf5ab

Updated copyrights and code, added comments, extended tutorial.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 08 May 2015 12:40:55 +0200 (2015-05-08)
parents a1080ed7fe4d
children 99b60d4e57ba
line wrap: on
line source
-- This Source Code Form is subject to the terms of the Mozilla Public
-- License, v. 2.0.  If a copy of the MPL was not distributed with this
-- file, You can obtain one at http://mozilla.org/MPL/2.0/.
--
-- Copyright 2008-2015 MonetDB B.V.

CREATE FUNCTION reverse(src STRING) RETURNS STRING
       EXTERNAL NAME reverse.reverse;