RE: Time Spent Online: 09-19-2017, 10:36 AM
#91
(09-19-2017, 12:14 AM)Slacker Wrote: And I'll ask one more time...
@mothered @mr.kurd. What are backticks intended for?
I use backticks very often In MySQL. A simplified example Is creating column names & table names using separate words. MySQL syntax does not allow this without the use of backticks.
For example (extremely basic):
Code:
CREATE TABLE `PC Parts` (`Part Numbers` INT(20) UNSIGNED AUTO_INCREMENT, `Hard Disks` CHAR(40) NOT NULL, `System Memory` VARCHAR(50) NOT NULL, PRIMARY KEY (`Part Numbers`));Everything In the backticks will not be possible without them.












![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)






![[Image: p_237m2jx1.png]](http://c.top4top.net/p_237m2jx1.png)


![[Image: oAqtc2l.png]](https://i.imgur.com/oAqtc2l.png)

















![[Image: 4GNsK67.png]](http://i.imgur.com/4GNsK67.png)

