In DB-land (where my quoting gets parsed) it's 'char':

mysql> select char(39);
+----------+
| char(39) |
+----------+
| '        |
+----------+
1 row in set (0.00 sec)

        M

Jonathan Rockway wrote:
* On Fri, Mar 14 2008, Mark Trostler wrote:
I had some problem with using double single quotes - which I cannot
remember now - so ended up using char(39) although after some playing
the double single quote thing seems to be working fine too...

BTW, it's "chr" not "char".


_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to