What does Arrow in mysql require
It is my first times creating a database in mysql and i performed the
following operations
CREATE DATABASE logs
USE logs
CREATE TABLE FROM_DHCP(host varchar(35))
the result is an arrow which has frustrated me the whole morning, what
does this arrow want me to do, i know it requires input but all i want to
do for now is to create the table then display the table . ny help would
be truly be appreciated
No comments:
Post a Comment