How to go back the cursor in windows cmd?
MariaDB [product_db]> CREATE TABLE product ( -> id INT NOT NULL AUT0_INCREMENT, -> name VARCHAR(128) NOT NULL -> description TEXT NULL DEFAULT NULL, -> PRIMARY KEY (id) -> ); ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to […]