Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 18, 2021 15:34
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 parzibyte/58da46d22edc221a465cd4d8925e13a6 to your computer and use it in GitHub Desktop.
Save parzibyte/58da46d22edc221a465cd4d8925e13a6 to your computer and use it in GitHub Desktop.
MariaDB [tienda]> select date_format(fecuc, "%d-%m-%Y") AS fecha from productos;
+------------+
| fecha |
+------------+
| 16-04-2021 |
| 01-01-2025 |
+------------+
2 rows in set (0.001 sec)
MariaDB [tienda]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment