-
SELECT * from sales_order
-
Select where column it is not empty
SELECT * FROM sales_order WHERE openpix_correlationid <> ''
-
Show all columns
DESCRIBE sales_order
Last active
February 9, 2022 15:23
-
-
Save daniloab/ae9bd90f2837312e7ce2fdb36c99fd7f to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment