Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-help-tutor/comp9315-23t1-assignment-1
COMP9315 23T1 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: [email protected]
https://github.com/code-help-tutor/comp9315-23t1-assignment-1
23t1 comp9315
Last synced: about 16 hours ago
JSON representation
COMP9315 23T1 代写代做 编程辅导, code help, CS tutor, WeChat: cstutorcs Email: [email protected]
- Host: GitHub
- URL: https://github.com/code-help-tutor/comp9315-23t1-assignment-1
- Owner: code-help-tutor
- Created: 2024-03-30T02:09:06.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T02:09:13.000Z (8 months ago)
- Last Synced: 2024-04-18T09:18:55.744Z (7 months ago)
- Topics: 23t1, comp9315
- Language: Python
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
src/tutorial/README
tutorial
========This directory contains SQL tutorial scripts. To look at them, first do a
% make
to compile all the scripts and C files for the user-defined functions
and types. (make needs to be GNU make --- it may be named something
different on your system, often 'gmake')Then, run psql with the -s (single-step) flag:
% psql -sFrom within psql, you can try each individual script file by using
psql's \i command.