Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6702405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T07:03:00+00:00 2026-05-26T07:03:00+00:00

SQL query: CREATE TABLE `animals`.`ads_DB` ( `id` DOUBLE( 25 ) NOT NULL AUTO_INCREMENT PRIMARY

  • 0
SQL query:

CREATE TABLE  `animals`.`ads_DB` (

`id` DOUBLE( 25 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`category` VARCHAR( 255 ) NOT NULL ,
`subcategory` VARCHAR( 255 ) NOT NULL ,
`title` VARCHAR( 255 ) NOT NULL ,
`description` TEXT NOT NULL ,
`email` VARCHAR( 255 ) NOT NULL ,
`username` VARCHAR( 255 ) NOT NULL ,
`mobile_no` DOUBLE( 25 ) NOT NULL ,
`phone_no` DOUBLE( 25 ) NOT NULL ,
`address` VARCHAR( 255 ) NOT NULL ,
`city` VARCHAR( 60 ) NOT NULL ,
`state` VARCHAR( 60 ) NOT NULL ,
`country` VARCHAR( 60 ) NOT NULL ,
`photo` VARCHAR( 255 ) NOT NULL ,
`link` VARCHAR( 255 ) NOT NULL
 ) ENGINE = INNODB;

MySQL said:

1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘) NOT NULL AUTO_INCREMENT PRIMARY KEY, category VARCHAR(255) NOT NULL, `subcat’ at line 1

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T07:03:00+00:00Added an answer on May 26, 2026 at 7:03 am

    You have not specified precision correctly for all your DOUBLE fields. The query should be something like:

    CREATE TABLE  `animals`.`ads_DB` (
    
    `id` DOUBLE( 25, 15 ) NOT NULL AUTO_INCREMENT PRIMARY KEY ,
    `category` VARCHAR( 255 ) NOT NULL ,
    `subcategory` VARCHAR( 255 ) NOT NULL ,
    `title` VARCHAR( 255 ) NOT NULL ,
    `description` TEXT NOT NULL ,
    `email` VARCHAR( 255 ) NOT NULL ,
    `username` VARCHAR( 255 ) NOT NULL ,
    `mobile_no` DOUBLE( 25, 15 ) NOT NULL ,
    `phone_no` DOUBLE( 25, 15 ) NOT NULL ,
    `address` VARCHAR( 255 ) NOT NULL ,
    `city` VARCHAR( 60 ) NOT NULL ,
    `state` VARCHAR( 60 ) NOT NULL ,
    `country` VARCHAR( 60 ) NOT NULL ,
    `photo` VARCHAR( 255 ) NOT NULL ,
    `link` VARCHAR( 255 ) NOT NULL
     ) ENGINE = INNODB;
    

    Notice how I’ve changed the DOUBLE(...) – you have to specify how many total digits you want and how many after the decimal point. Read this for more information.

    Why are you using doubles anyway? Seems very odd for the values that you need to store.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

If I have the following SQL query CREATE TABLE #t1 (a INT NOT NULL
CREATE TABLE `pastebin` ( `pid` int(11) NOT NULL auto_increment, `poster` varchar(16) default NULL, `posted`
Suppose we have this table.. CREATE TABLE `appointments` ( `idappointments` int(11) NOT NULL AUTO_INCREMENT,
i have this table POSITION: CREATE TABLE `position` ( `idposition` bigint(20) NOT NULL AUTO_INCREMENT,
I've got the following named query in Hibernate: <sql-query name=CreateLogTable> CREATE TABLE IF NOT
I need to create an SQL query to insert some data into a table
I'm trying to create an SQL query in PHP to update a table. Is
I have a table like so.. CREATE TABLE [dbo].[Locations_Hours]( [LocationID] [int] NOT NULL, [sun_open]
I have a SQL table: CREATE TABLE [UserTable] ( [ID] [int] NULL, [Name] [nvarchar](50)
Does anyone know what is wrong with the following SQL query? CREATE TABLE IF

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.