MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
  #1  
Old May 9th, 2008, 09:08 AM
johnabrown johnabrown is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Posts: 27 johnabrown User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 h 21 m 58 sec
Reputation Power: 0
Difference in quoted table name

Some utilities like SQLyog, MySQL Query Builder, mysqldump quote table names when they generate query code.

These queries seem to operate exactly the same and I do not see any difference:

Code:
SELECT * FROM DataBase1.Table1;
SELECT * FROM 'DataBase1.Table1';


Is there any difference? Is there an advantage to quotes for the table name? Is it just a preference? I would appreciate any comments that might add to my understanding.

Thanks, John Brown

Reply With Quote
  #2  
Old May 9th, 2008, 09:11 AM
r937's Avatar
r937 r937 is offline
SQL Consultant
Dev Shed God 24th Plane (16500 - 16999 posts)
 
Join Date: Feb 2003
Location: Toronto Canada
Posts: 16,727 r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level)r937 User rank is Lieutenant General (80000 - 90000 Reputation Level) 
Time spent in forums: 1 Month 3 Weeks 2 Days 19 h 22 m 42 sec
Reputation Power: 848
yes, there is a very big difference

the first query returns rows from a table

the second query is invalid, as it is attempting to return something from a string

you probably meant backticks, not quotes

SELECT * FROM `DataBase1.Table1`

the backticks are required if the identifier (table name, column name, etc.) contains special characters or is a reserved word

the best advice is never to name anything with a reserved word or containing special characters

then you won't need the backticks at all
Comments on this post
johnabrown agrees: Helpful and kind to lesser beings.
__________________
r937.com | rudy.ca

Reply With Quote
  #3  
Old May 9th, 2008, 11:07 AM
johnabrown johnabrown is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2006
Posts: 27 johnabrown User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 h 21 m 58 sec
Reputation Power: 0
Thumbs up new meaning for "backticks"


Well I have learned something today! I live in the Ozark Mountains in Arkansas USA and if a redneck like me hears backtick, we do not think of a keyboard. I had to call someone into my office to read this and we collaborated to find the backtick on my keyboard. I found it so I do not have to buy a new keyboard.

Seriously, I did not know and I need to know. Your comment was kind and most appreciated.

Quote:
Originally Posted by r937
yes, there is a very big difference

the first query returns rows from a table

the second query is invalid, as it is attempting to return something from a string

you probably meant backticks, not quotes

SELECT * FROM `DataBase1.Table1`

the backticks are required if the identifier (table name, column name, etc.) contains special characters or is a reserved word

the best advice is never to name anything with a reserved word or containing special characters

then you won't need the backticks at all

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > Difference in quoted table name


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway