virtrdf:qmTableName
| - /*[sqlquery[*/ SELECT geographic_location_identifier, Line_1_Address, Line_2_Address, municipality_name, location_address.state_code, postal_code, country_code, latitude_value, longitude_value
FROM demo.acme.geographic_location
JOIN demo.acme.location_address on geographic_location.location_address_identifier = location_address.location_address_identifier
JOIN demo.acme.physical_location on geographic_location.physical_location_identifier = physical_location.physical_location_identifier
/*]sqlquery]*/
- /*[sqlquery[*/ SELECT geographic_location_identifier, Line_1_Address, Line_2_Address, municipality_name, location_address.state_code, postal_code, country_code, latitude_value, longitude_value
FROM demo.acme.geographic_location
JOIN demo.acme.location_address on geographic_location.location_address_identifier = location_address.location_address_identifier
JOIN demo.acme.physical_location on geographic_location.physical_location_identifier = physical_location.physical_location_identifier
/*]sqlquery]*/
|