My favorites | Sign in
Logo
rmh
             
1
2
3
4
5
6
7
8
9
10
11
INSERT INTO Stay(Patient_id,Room_id,CheckinDate,CheckoutDate)
VALUES(2,3,'2009-01-05','2009-01-17')

INSERT INTO Stay(Patient_id,Room_id,CheckinDate,CheckoutDate)
VALUES(3,3,'2009-01-05','2009-01-17')

INSERT INTO Stay(Patient_id,Room_id,CheckinDate,CheckoutDate)
VALUES(3,3,'2009-01-23','2009-01-27')

INSERT INTO Stay(Patient_id,Room_id,CheckinDate,CheckoutDate)
VALUES(4,3,'2009-02-11','2009-02-14')
Show details Hide details

Change log

r2 by ignu.smith on Apr 26, 2009   Diff
Initial Commit after Lansing Give Camp
Go to: 
Sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 412 bytes, 11 lines
Hosted by Google Code