0

Oracle's alter session set nls_date_format = 'DD-Mon-YYYY', how do i use that in firebird?

I tried casting but it does not work and extract and I can't get it work.

Vinoth Krishnan
  • 2,925
  • 6
  • 29
  • 34
Anna
  • 1
  • 1
  • 2
    Oracle code that requires `alter session set nls_date_format` is broken to begin with because it relies on the evil implicit data type conversion. –  Jun 06 '16 at 06:41
  • 1
    Also: [edit] your question and add the code that you have problem with and the **exact** error message you get –  Jun 06 '16 at 07:16
  • You can't just map Oracle functionality to Firebird. Please describe what you are trying to achieve, so we can give you a real solution. – Mark Rotteveel Jun 07 '16 at 10:28

0 Answers0