| Subject | RE: [firebird-support] select '"'||field||'"' is wrong | 
|---|---|
| Author | Mercea Paul | 
| Post date | 2007-07-06T06:30:58Z | 
Hi
 
You have put 2 more ' as was necessary !
Try this:
select '"'||MON$USER||'","'||MON$ROLE||'"' from MON$ATTACHMENTS
 
Regards,
Paul
 
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of legrand_legrand_63
Sent: Friday, July 06, 2007 12:41 AM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] select '"'||field||'"' is wrong
 
Hello,
when trying the folowing statement in FB 2.1:
select '"'||MON$USER||'"','"'||MON$ROLE||'"' from MON$ATTACHMENTS;
the result isn't the one expexted, but is:
"SYSDBA,"DBA
is that normal ?
Regards
PAscal
 
[Non-text portions of this message have been removed]
            You have put 2 more ' as was necessary !
Try this:
select '"'||MON$USER||'","'||MON$ROLE||'"' from MON$ATTACHMENTS
Regards,
Paul
From: firebird-support@yahoogroups.com
[mailto:firebird-support@yahoogroups.com] On Behalf Of legrand_legrand_63
Sent: Friday, July 06, 2007 12:41 AM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] select '"'||field||'"' is wrong
Hello,
when trying the folowing statement in FB 2.1:
select '"'||MON$USER||'"','"'||MON$ROLE||'"' from MON$ATTACHMENTS;
the result isn't the one expexted, but is:
"SYSDBA,"DBA
is that normal ?
Regards
PAscal
[Non-text portions of this message have been removed]