Dear sir/madam,
I am new to MySQL and downloaded it last night. I now have it running on my Windows
2000 Server but have a rather large problem. This may sound stupid but everywhere in
the manual etc there are commands for me to enter, eq I an learning from zdnet.com how
to use MySQL and it has told be to use the following statemt to create a table:
CREATE TABLE TipsTable (tipID INT IDENTITY,
subDate DATETIME DEFAULT GETDATE(),
author VARCHAR(50), journal VARCHAR(3),
title VARCHAR(255), tip TEXT)
but the problem is I dont know where to type this statement. There are also other
commands in the manual but I just dont know
where to enter them.
PLEASE HELP ME
Thanks,
Ben Butler