Subject | Re: [firebird-support] Select...Into vs Assignment |
---|---|
Author | Martijn Tonies |
Post date | 2004-09-24T18:43:45Z |
Hi,
Besides, what are you going to do if someone revoked rights
from RDB$DATABASE :-)
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> In PSQL is there a difference between these 2 statements:This one takes longer to write.
>
> select CREATEGUID() from RDB$DATABASE into :USERID;
> -and-I prefer the latter, it's "more clear" in my book.
>
> USERID = CREATEGUID();
>
> Or is it just a coding style/preference decision?
Besides, what are you going to do if someone revoked rights
from RDB$DATABASE :-)
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com