Reply
Backticks in MySQL queries?
Old 12-23-2007, 01:30 AM Backticks in MySQL queries?
Extreme Talker

Posts: 223
Location: United States
I notice when I do queries in phpMyAdmin, it often uses backticks for table names and fields:

Code:
DELETE  FROM  `users`  WHERE  `users`.`id`  =11 LIMIT 1
Since they aren't required, is there any real benefit to use backticks in my script queries?
frost is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 12-23-2007, 05:43 AM Re: Backticks in MySQL queries?
Experienced Talker

Posts: 30
I don't really know the extra purpose of them.... but if you do your query withouth the backtickts proparly, you don't need to worry.
klaroen is offline
Reply With Quote
View Public Profile
 
Old 12-23-2007, 08:17 AM Re: Backticks in MySQL queries?
chrishirst's Avatar
Super Moderator

Posts: 11,872
Location: Blackpool. UK
Using "backticks" on database and column names avoids any issues where the entity name is a reserved word.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Backticks in MySQL queries?
 

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.17818 seconds with 13 queries