I have this code:
SELECTid,room,client->name,functionary->nameFROM rooms ORDERBYidWhat i do to access the "client" name?
set rs = $SYSTEM.SQL.Execute("SELECT id,room,client->name,functionary->name FROM rooms ORDER BY id")
zw rs.%Get("name")
"return functionary name"