Hi,

Which is the difference between these two SQL querys?
~~~~~~~
SELECT * FROM despre WHERE id=1
and
SELECT * FROM `despre` WHERE id=1
~~~~~~~
What it's the use of these apostrophes `` in the second SQL?

Thanks,
Mircea

--
Mircea Goia
Web Developer and web design team coordinator
http://www.deep.ro (DEEP Foundation)
http://www.jiuvalley.com (Jiu Valley regional web portal)
----------------
Mircea Goia
Dezvoltator web si coordonator echipa web design
http://www.deep.ro (Fundatia DEEP)
http://www.valeajiului.ro (portalul regional al Vaii Jiului)



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to