On Thu, Feb 7, 2013 at 8:40 AM, Jonas <[email protected]> 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 meant to as about the difference between "?" and "?nnn"? In that case, no, there is no real difference other than the obvious fact that the parameter number is explicitly assigned in the second case and is automatically assigned the next available slot in the second. > ______________________________**_________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-**bin/mailman/listinfo/sqlite-**users<http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users> > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

