It’s been a while since I used SQL.
I created a database using CREATE SCHEMA CAT1;
I thought I used to use USE CAT1; to get into a database,
but MonetDB did not like it.
I confirmed creation of the schema with SELECT * FROM
SCHEMAS;
What am I doing wrong?
Zoltan Tomory