Hello
I am writing a query for creating table. My table should contain 2 boolean fields.
I have tried following code but getting syntax error
con.execute (boolean paper ('TRUE','FALSE'), boolean oral('TRUE','FALSE'))

can anybody help me to rectify err in this or either tell me the syntax to write such query
thanks