SQL errors, Cannot execute sql code?

Discussion in 'Web Programming' started by ThirdVoltage, Jul 15, 2008.

SQL errors, Cannot execute sql code?
  1. Unread #1 - Jul 15, 2008 at 6:09 AM
  2. ThirdVoltage
    Joined:
    Jul 12, 2008
    Posts:
    55
    Referrals:
    0
    Sythe Gold:
    0

    ThirdVoltage Member

    SQL errors, Cannot execute sql code?

    Honestly, There is nothing wrong with my SQL code.

    [​IMG]
     
  3. Unread #2 - Jul 15, 2008 at 7:46 PM
  4. cp
    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0

    cp an cat
    Banned

    SQL errors, Cannot execute sql code?

    Try:

    CREATE TABLE `users`;

    Erm, if I'm not mistaken, you'll need the actual structure of the table to be in the command, as well.

    http://www.1keydata.com/sql/sqlcreate.html
    Code:
    CREATE TABLE customer
    (First_Name char(50),
    Last_Name char(50),
    Address char(50),
    City char(50),
    Country char(25),
    Birth_Date date)
     
< Making your first webpage with HTML codes! | [vB 3.7.x/3.6.8?][SSLC]StephSoft Link Checker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site