mark27uk3 Posted March 20, 2006 Posted March 20, 2006 Hi Guys, Can anyone tell me why an error is given why trying to execute this sql DROP TABLE IF EXISTS visual_verify_code; CREATE TABLE visual_verify_code ( oscsid varchar(32) NOT NULL, code varchar(6) NOT NULL, dt TIMESTAMP(12) NOT NULL DEFAULT 'CURDATE()', PRIMARY KEY (oscsid) Thanks Mark :thumbsup: Lifes a bitch, then you marry one, then you die!
Jack_mcs Posted March 20, 2006 Posted March 20, 2006 You're missing a closing bracket for one. If that is not it, you could try posting the error too. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.