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: 4 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-30T02:09:13.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:33:30.468Z (6 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.