Hi, I’m following the tutorial, but I can’t execute this code?
I think it’s because I’m in another file, I want to work in sql_store, ==> tables ==> customers.
But it’s bolding sql_invoicing??
How do I change from this file to customers?
Hi, I’m following the tutorial, but I can’t execute this code?
I think it’s because I’m in another file, I want to work in sql_store, ==> tables ==> customers.
But it’s bolding sql_invoicing??
How do I change from this file to customers?
You can either USE sql_store
, qualify the table name sql_store.customers
or right click on sql_store in the Navigator and “Set as Default Schema”.
AMAZZZZZZZZZZZZZZING. THANK you SAM