sql windows and test windows result is not same ?

little9933

Member²
I found a 'bug', that the follow sql sentence To_Date('2005-10-31','YYYY-MM-DD') is return difference result in SQL WINDOWS and TEST WINDOWS,
in SQL Windows it return 2005-10-31, but in test windows it is return 31-10月-05 (in chinese format ? ) , now I want to know does it was a bug of PL/SQL developer ? tks!
 
Back
Top