Is there an SQL in Sybase IQ so that I can change the username ?
In Sybase ASE you can change database by the 'USE' statement or in PostgreSQL which has SET search_path TO myschema;
Any similar SQL in Sybase IQ ?
SQL to change user in Sybase IQ
347 views Asked by tariq At
1
You can always use the prefix for a user e.g. something like "dbo"."my_fancy_table". IQ is not having something like schema you would change in PostgreSQL with
SET search_path
.