9 Şubat 2022 Çarşamba

TO_NUMBER Metodu - String To Number

Giriş
Açıklaması şöyle
TO_NUMBER converts a string to a number of data type NUMERIC. 
TO_CHAR performs the reverse operation; it converts a number to a string. 
MySQL karşılığı CAST() metodu

Örnek
Şöyle yaparız
SELECT TO_NUMBER(functioncode) functioncode FROM ...

Hiç yorum yok:

Yorum Gönder