Subject | Select...Into vs Assignment |
---|---|
Author | Kevin Lingofelter |
Post date | 2004-09-24T18:37:26Z |
Hello,
In PSQL is there a difference between these 2 statements:
select CREATEGUID() from RDB$DATABASE into :USERID;
-and-
USERID = CREATEGUID();
Or is it just a coding style/preference decision?
Kevin Lingofelter
In PSQL is there a difference between these 2 statements:
select CREATEGUID() from RDB$DATABASE into :USERID;
-and-
USERID = CREATEGUID();
Or is it just a coding style/preference decision?
Kevin Lingofelter