Hi, ALL,
I'm trying to execute:
[code]
queries.push_back( L"CREATE TABLE IF NOT EXISTS ......
[/code]However, when I run my profeam second tme I see n the Terminal: [quote] NOTICE: relation "abcatcol" already exists, skipping [/quote] Is there any way to suppress this NOTICE message? Thank you.
