Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 28, 2023 16:18
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/9b010ce126e418484a2d09e708605dde to your computer and use it in GitHub Desktop.
Save parzibyte/9b010ce126e418484a2d09e708605dde to your computer and use it in GitHub Desktop.
MariaDB [spos1]> select * from productos;
+------------+--------------+-------------+--------------+-------------+------------+-------+
| idProducto | codigoBarras | descripcion | precioCompra | precioVenta | existencia | stock |
+------------+--------------+-------------+--------------+-------------+------------+-------+
| 1 | 123 | 213 | 23.00 | 3.00 | 311.00 | 23.00 |
+------------+--------------+-------------+--------------+-------------+------------+-------+
1 row in set (0.000 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment