Changing IoTRMIComm into abstract and refactoring into Client and Server parts
[iot2.git] / localconfig / mysql / roomCameraRelation.config
1 SELECT RELATION FROM
2 FIRST
3 Room
4 OTHER
5 Camera
6 WHERE
7 TYPE_SOURCE LIKE 'HomeRoom%' 
8 ;