Posts by Roberto Pires • 1 point
1 post
-
-1
votes3
answers30209
viewsA: SQL higher date of a record before the given date
Try using the GREATEST function. select greatest(col1, col2, col3, col4) from tab1;
1 post
-1
votes3
answers30209
viewsTry using the GREATEST function. select greatest(col1, col2, col3, col4) from tab1;