Posts by Anderson • 1 point
1 post
-
0
votes3
answers19925
viewsA: Firebird, native date format function
I use a proc for that. create or alter procedure SP_FORMATA_DATA ( DATA DATA) returns ( RESULTADO varchar(10)) as BEGIN -- Sem data? IF(DATA IS NULL)THEN -- Sem resultado tambem. RESULTADO = NULL;…