RiCOtakayama
Programmer
Hi,
what should i do to use short tablenames?
i have database and i connect with user 'hugo'
he has a table 'address'.
I want to use such a select string:
select * from address;
but i have to say:
select * from hugo.address;
is that a configuration thing?
what should i do to use short tablenames?
i have database and i connect with user 'hugo'
he has a table 'address'.
I want to use such a select string:
select * from address;
but i have to say:
select * from hugo.address;
is that a configuration thing?