![]() | 1 | initial version |
Probably the easiest way to learn how to query would be to download a tool like RETS Connector.
http://www.retsconnector.com/
You can use it to build queries and with logging on you can see what the queries look like in the logs.
![]() | 2 | No.2 Revision |
Probably the easiest way to learn how to query would be to download a tool like RETS Connector.
http://www.retsconnector.com/
You can use it to build queries and with logging on you can see what the queries look like in the logs.logs.
Generally it would take the form of "(L_State=FL),(L_City=Jacksonville)"
Where comma (",") = AND and pipe ("|") = OR and tilde ("~") = NOT.