Can't Add Variable

Chris Rebert clp2 at rebertia.com
Mon Jan 4 12:42:26 EST 2010


On Mon, Jan 4, 2010 at 9:28 AM, Victor Subervi <victorsubervi at gmail.com> wrote:
> Hi;
> I have this code snippet:
>
>     sql '''create table if not exists %sCustomerData (

You're missing an equal sign there to start with (i.e. sql = ''').

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list