View Single Post
  #9  
Old 03-30-2018, 04:42 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

Missed the question about case and quotations. It's always best to assume case matters, even if it doesn't. Keywords (SELECT, DROP, etc) in SQL normally aren't case sensitive, but the minute you start thinking the same applies everywhere else (read: scripting, most places on linux) is when you get into trouble.

As far as quotes vs backticks, here are some answers:

https://stackoverflow.com/questions/...ticks-in-mysql
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote