Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e3710 commit 9da6508Copy full SHA for 9da6508
src/tutorial/funcs.source
@@ -6,7 +6,7 @@
6
--
7
-- Copyright (c) 1994-5, Regents of the University of California
8
9
--- $PostgreSQL: pgsql/src/tutorial/funcs.source,v 1.9 2006/05/11 19:21:14 momjian Exp $
+-- $PostgreSQL: pgsql/src/tutorial/funcs.source,v 1.10 2006/05/22 14:08:06 momjian Exp $
10
11
---------------------------------------------------------------------------
12
@@ -110,7 +110,7 @@ SELECT name(high_pay()) AS overpaid;
110
-- SELECT * FROM EMP;
111
112
-- CREATE FUNCTION clean_EMP () RETURNS integer
113
--- AS 'DELETE FROM EMP WHERE EMP.salary <= 0\;
+-- AS 'DELETE FROM EMP WHERE EMP.salary <= 0;
114
-- SELECT 1 AS ignore_this'
115
-- LANGUAGE SQL;
116
0 commit comments