Welcome Guest, Not a member yet? Register   Sign In
[SOLVED] How to change db connection in CI
#3

(01-30-2018, 02:26 AM)plonknimbuzz Wrote: this is valid sql server query but not in mysql, because the right query in mysql is: INSERT INTO `table` (`id`, `name`) VALUES ('1', 'john')

That's not entirely true.

Double quotes are the correct identifier escape character per the SQL standards and MySQL does support that via the ANSI_QUOTES SQL mode.
Reply


Messages In This Thread
RE: [SOLVED] How to change db connection in CI - by Narf - 01-30-2018, 06:14 AM



Theme © iAndrew 2016 - Forum software by © MyBB