Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a7273b

Browse files
committed
Rename example temp to mytemp.
1 parenteee5243 commit1a7273b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/tutorial/basics.source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
--
77
-- Copyright (c) 1994, Andrew Yu, University of California
88
--
9-
-- $Id: basics.source,v 1.2 1997/06/25 19:59:57 momjian Exp $
9+
-- $Id: basics.source,v 1.3 1999/07/08 15:27:01 momjian Exp $
1010
--
1111
---------------------------------------------------------------------------
1212

@@ -94,12 +94,12 @@ ORDER BY city;
9494
--another class.
9595
-----------------------------
9696

97-
SELECT * INTO TABLEtemp
97+
SELECT * INTO TABLEmytemp
9898
FROM weather
9999
WHERE city = 'San Francisco'
100100
and prcp > 0.0;
101101

102-
SELECT * fromtemp;
102+
SELECT * frommytemp;
103103

104104
-----------------------------
105105
-- Aggregates
@@ -185,4 +185,4 @@ SELECT * from weather;
185185
-- can no longer use those tables.
186186
-----------------------------
187187

188-
DROP TABLE weather, cities,temp;
188+
DROP TABLE weather, cities,mytemp;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp