Parent Directory
|
Revision Log
Cleaned up working queries
1 | -- I have read the ANU Code on "Academic Honesty in Learning and Teaching", |
2 | -- and I declare that, except where appropriately attributed, the content |
3 | -- of the file I have submitted for this assignment is entirely my own |
4 | -- work. It has not been produced, in whole or in part, by another person. |
5 | -- (signed) Andrew Pollock 4137129 |
6 | |
7 | COLUMN PersonID FORMAT A10 HEADING 'PersonID' |
8 | |
9 | SELECT PersonId |
10 | FROM Person |
11 | WHERE Firstname like '&1%' AND Surname = '&2'; |
ViewVC Help | |
Powered by ViewVC 1.1.22 |