COALESCE(expression,expression)
| 評価される式。複数の式はコンマで区別されたリストで指定。式リストの制限は 140。すべての式が同じタイプである必要があります。 |
SET (a,b,c,e)="" SET d="firstdata" SET f="nextdata" &sql(SELECT COALESCE(:a,:b,:c,:d,:e,:f) INTO :x FROM Sample.Person) WRITE !,"The first non-null value is: ",x
| Copyright © 1997-2005, InterSystems Corp. | Last updated: 2005-05-26 15:11:34 | Source: RSQL_coalesce.xml |