Am 28.07.2012 14:17, Lynne Stevens wrote:


omega
     The
Omega sector
America's Last
Line of
Defense

*How do I check for duplicates in a data base using another data base ?



*



SELECT "A".*
FROM "A" JOIN "B" ON "A"."ID" = "B"."ID"

returns all rows from table A with an equivalent ID in table B.


--
For unsubscribe instructions e-mail to: [email protected]
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted

Reply via email to