Orakel Varchar zu nummerieren
Wie konvertiere ich einen Oracle Varchar-Wert in Zahl
z.B
table - exception
exception_value 555 where exception_value is a varchar type
Ich möchte den Wert der Spalte exception_value testen
select * from exception where exception_value = 105 instead of
select * from exception where exception_value = '105'