sql >> Databáze >  >> RDS >> Oracle

Objednejte verze jako čísla

Můžete použít regexp_substr() :

order by fname,
         cast(regexp_substr(version, '[^.]+', 1, 1) as number),
         cast(regexp_substr(version, '[^.]+', 1, 2) as number),
         cast(regexp_substr(version, '[^.]+', 1, 3) as number)


  1. Proč Eclipse navrhuje objekt jako výchozí typ mapování pro datový typ Text?

  2. Nesprávný soubor klíče pro tabulku '/tmp/#sql_3c51_0.MYI' zkuste jej opravit

  3. Jak vložit obrázky z databáze?

  4. Oracle Cloud:Vytvoření databáze ATP (Autonomous Transaction Processing).