Skip to content

Instantly share code, notes, and snippets.

@daniloab
Last active February 9, 2022 15:23
Show Gist options
  • Save daniloab/ae9bd90f2837312e7ce2fdb36c99fd7f to your computer and use it in GitHub Desktop.
Save daniloab/ae9bd90f2837312e7ce2fdb36c99fd7f to your computer and use it in GitHub Desktop.

mysql with dbeaver useful queries (from magento)

select

  • SELECT * from sales_order

  • Select where column it is not empty SELECT * FROM sales_order WHERE openpix_correlationid <> ''

  • Show all columns DESCRIBE sales_order

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment