Available in:
Apps (win)
Apps (char)
Reportwriter
RPC
Standalone PL
X
X
X
X
X
expr least(data1,[data2[,...]]) expr data1
data | specifies a items to compare. Mixed datatype data items are converted to the closest approximation. The resulting datatype depends on the datatype of the greatest item. |
printf("The earliest date is " ^^ least(dt1,dt2,dt3));