In the last episode (Sep 09), Fagyal Csongor said:
> Dan Nelson wrote:
> >In the last episode (Sep 09), leegold said:
> >>Could anyone link me or explain the purposes of backquotes in an
> >>SQL statement. I tried searching the manual and googling it but
> >>couldn't find a simple explaination. ```
Single and double quotes are usually string identifiers (double quoted
strings can sometimes also refer to database objects) Backticks
(backquotes) always refer to database objects (columns, tables, indexes,
databases, etc.). Here is the page in the manual that explains it all.
http://dev.mysql
> In the last episode (Sep 09), leegold said:
> > Could anyone link me or explain the purposes of backquotes in an SQL
> > statement. I tried searching the manual and googling it but couldn't
> > find a simple explaination. ``` vs. "regular" single quotes'''.
> > Thanks, Lee G.
>
> Backquotes are u
Dan Nelson wrote:
In the last episode (Sep 09), leegold said:
Could anyone link me or explain the purposes of backquotes in an SQL
statement. I tried searching the manual and googling it but couldn't
find a simple explaination. ``` vs. "regular" single quotes'''.
Thanks, Lee G.
Backquotes a
In the last episode (Sep 09), leegold said:
> Could anyone link me or explain the purposes of backquotes in an SQL
> statement. I tried searching the manual and googling it but couldn't
> find a simple explaination. ``` vs. "regular" single quotes'''.
> Thanks, Lee G.
Backquotes are used to delimi
Could anyone link me or explain the purposes of backquotes in an SQL
statement. I tried searching the manual and googling it but couldn't
find a simple explaination. ``` vs. "regular" single quotes'''.
Thanks, Lee G.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To