AW: [firebird-support] exponential, string to double precision

2018-02-27 Thread 'Check_Mail' check_m...@satron.de [firebird-support]
Hello András,

so simple, thank you very much 😊


-Ursprüngliche Nachricht-
Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com] 
Gesendet: Mittwoch, 28. Februar 2018 07:50
An: firebird-support@yahoogroups.com
Betreff: RE: [firebird-support] exponential, string to double precision

Hi Olaf!

Try this:
select cast('+0.200E+01' as double precision) from rdb$database

András

From: firebird-support@yahoogroups.com 
[mailto:firebird-supp...@yahoogroups...com]
Sent: Wednesday, February 28, 2018 7:44 AM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] exponential, string to double precision


Hello,

is there a simple function to convert a string "+0.200E+01" to a number, 
double precision, in this case to 2.0?

Thank you

Best regards

Olaf



__ Information from ESET Mail Security, version of virus signature 
database 16977 (20180228) __

The message was checked by ESET Mail Security.
http://www.eset.com



__ Information from ESET Mail Security, version of virus signature 
database 16977 (20180228) __

The message was checked by ESET Mail Security.
http://www.eset.com



[Non-text portions of this message have been removed]







++

Visit http://www.firebirdsql.org and click the Documentation item on the main 
(top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links





RE: [firebird-support] exponential, string to double precision

2018-02-27 Thread Omacht András aoma...@mve.hu [firebird-support]
Hi Olaf!

Try this:
select cast('+0.200E+01' as double precision) from rdb$database

András

From: firebird-support@yahoogroups.com 
[mailto:firebird-supp...@yahoogroups..com]
Sent: Wednesday, February 28, 2018 7:44 AM
To: firebird-support@yahoogroups.com
Subject: [firebird-support] exponential, string to double precision


Hello,

is there a simple function to convert a string "+0.200E+01" to a number, 
double precision, in this case to 2.0?

Thank you

Best regards

Olaf



__ Information from ESET Mail Security, version of virus signature 
database 16977 (20180228) __

The message was checked by ESET Mail Security.
http://www.eset.com



__ Information from ESET Mail Security, version of virus signature 
database 16977 (20180228) __

The message was checked by ESET Mail Security.
http://www.eset.com



[Non-text portions of this message have been removed]







++

Visit http://www.firebirdsql.org and click the Documentation item
on the main (top) menu.  Try FAQ and other links from the left-side menu there.

Also search the knowledgebases at http://www.ibphoenix.com/resources/documents/ 

++


Yahoo Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/firebird-support/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/firebird-support/join
(Yahoo! ID required)

<*> To change settings via email:
firebird-support-dig...@yahoogroups.com 
firebird-support-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
firebird-support-unsubscr...@yahoogroups.com

<*> Your use of Yahoo Groups is subject to:
https://info.yahoo.com/legal/us/yahoo/utos/terms/



[firebird-support] exponential, string to double precision

2018-02-27 Thread 'Check_Mail' check_m...@satron.de [firebird-support]
Hello,

 

is there a simple function to convert a string "+0.200E+01" to a number,
double precision, in this case to 2.0?

 

Thank you

 

Best regards

 

Olaf