Created
June 2, 2019 20:31
-
-
Save heyalexej/ee81a21a02e2f0b369ef01eb27ef64f9 to your computer and use it in GitHub Desktop.
Gambio Kundenliste exportieren
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * FROM `address_book` | |
INNER JOIN customers ON address_book.customers_id=customers.customers_id; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment