Re: [sqlite] Placeholder parameters

2013-02-07 Thread Jonas
I mean "?" and "?nnn" Thanks! El 07/02/13 13:44, Richard Hipp escribió: On Thu, Feb 7, 2013 at 8:40 AM, Jonas wrote: Hi! Is there any difference between to use "$" or "$nnn" into a placeholder parameter? Or, one is better than the another one? The first is a syntax error and the second is

Re: [sqlite] Placeholder parameters

2013-02-07 Thread Richard Hipp
On Thu, Feb 7, 2013 at 8:40 AM, Jonas wrote: > Hi! Is there any difference between to use "$" or "$nnn" into a > placeholder parameter? Or, one is better than the another one? > The first is a syntax error and the second is an example of a dubious use of a number as a identifier. Perhaps you me

[sqlite] Placeholder parameters

2013-02-07 Thread Jonas
Hi! Is there any difference between to use "$" or "$nnn" into a placeholder parameter? Or, one is better than the another one? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users