Skip to content

Instantly share code, notes, and snippets.

@heyalexej
Created June 2, 2019 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heyalexej/ee81a21a02e2f0b369ef01eb27ef64f9 to your computer and use it in GitHub Desktop.
Save heyalexej/ee81a21a02e2f0b369ef01eb27ef64f9 to your computer and use it in GitHub Desktop.
Gambio Kundenliste exportieren
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