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

  • SEARCH
  • Home
  • 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 8031187
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:00:43+00:00 2026-06-05T01:00:43+00:00

Instead of having this: CREATE TABLE IF NOT EXISTS `address` ( `Contact_ID` smallint(6) NOT

  • 0

Instead of having this:

  CREATE TABLE IF NOT EXISTS `address` (
   `Contact_ID` smallint(6) NOT NULL DEFAULT '0' COMMENT 'Primary Key',
   `Street Address` char(50) DEFAULT NULL,
   `City` char(20) DEFAULT NULL,
   `Zip Code` char(8) DEFAULT NULL,
   `Country` char(20) DEFAULT NULL,
   PRIMARY KEY (`Contact_ID`)
  ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Moradas';

I Want to be able to do this instead:

  CREATE TABLE IF NOT EXISTS 'address' (
   'Contact_ID' smallint(6) NOT NULL DEFAULT ´0´ COMMENT ´Primary Key´,
   'Street Address' char(50) DEFAULT NULL, (...)

I’m doing this on WAMPSERVER. This is because it’s really not practical at all having to do ‘shift+character’ in order to produce the ` everytime I create a table and populate it.

  • 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-06-05T01:00:45+00:00Added an answer on June 5, 2026 at 1:00 am

    (Upgrading to an answer)

    As explained in the manual, identifiers can be unquoted if they comprise only certain characters:

    Permitted characters in unquoted identifiers:

    • ASCII: [0-9,a-z,A-Z$_] (basic Latin letters, digits 0-9, dollar, underscore)

    • Extended: U+0080 .. U+FFFF

    Also, note that the manual goes on to explain:

    If the ANSI_QUOTES SQL mode is enabled, it is also permissible to quote identifiers within double quotation marks:

    mysql> CREATE TABLE "test" (col INT);
    ERROR 1064: You have an error in your SQL syntax...
    mysql> SET sql_mode='ANSI_QUOTES';
    mysql> CREATE TABLE "test" (col INT);
    Query OK, 0 rows affected (0.00 sec)

    The ANSI_QUOTES mode causes the server to interpret double-quoted strings as identifiers. Consequently, when this mode is enabled, string literals must be enclosed within single quotation marks. They cannot be enclosed within double quotation marks. The server SQL mode is controlled as described in Section 5.1.6, “Server SQL Modes”.

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

Sidebar

Related Questions

Having this table: CREATE TABLE `example` ( `id` int(11) unsigned NOT NULL auto_increment, `keywords`
I have the following: CREATE TABLE food_delivery ( foodtype varchar(50) NOT NULL, foodname varchar(50)
motivation: I would like to create a utility class so that instead of having
I am making a nested comment system, and I have the following table: create
The table contains about 40,000,000 records having: CREATE TABLE `event` ( `id` bigint(20) unsigned
I've a table which is defined like this CREATE TABLE [dbo].[MyTable]( [MyTableId] [bigint] IDENTITY(1,1)
Instead of having an add() method in the repository, I would like to overload
Is there a way to access the GPS once instead of having a looper
Constant height so just left/right images should be necessary instead of having 4+, right?
Is there a way to view the latest debug message instead of having to

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.