Changeset 3858 for trunk/tools/database/Teams.sql
- Timestamp:
- Jul 19, 2000, 12:18:56 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/Teams.sql
r3855 r3858 1 -- $Id: Teams.sql,v 1. 1 2000-07-18 22:12:30bird Exp $1 -- $Id: Teams.sql,v 1.2 2000-07-18 22:18:56 bird Exp $ 2 2 -- 3 3 -- Team data. … … 743 743 SELECT 4000, refcode FROM author WHERE name = 'Richard P. Burke'; 744 744 INSERT INTO tgroupmember(tgroup, author) 745 SELECT 4000, refcode FROM author WHERE name = 'TechnicalDirector@ webwombat.com.au';745 SELECT 4000, refcode FROM author WHERE name = 'TechnicalDirector@...'; 746 746 INSERT INTO tgroupmember(tgroup, author) 747 747 SELECT 4000, refcode FROM author WHERE name = 'knut st. osmundsen';
Note:
See TracChangeset
for help on using the changeset viewer.