Posts by LUIZ FELIPE HEEMANN • 21 points
2 posts
-
-1
votes3
answers68
viewsA: Select on a date and return cannot be null
I forgot to mention that the database was Firebird. But I found a solution, I used the coalesce('nomedacoluna',0 ou'') as 'nomedacoluna'
-
0
votes3
answers68
viewsQ: Select on a date and return cannot be null
I need the return of a date, if it is "Null" in the BD return another date or other data that is not "Null".