Recent content by dyelar

  1. dyelar

    SQL Equivalent for Progress Statement

    Yes, I was, but based on your example, I see the problem I was having. I was double quoting the string itdba rather than single quoting it. It now works. Thank you!
  2. dyelar

    SQL Equivalent for Progress Statement

    I've tried about 3 dozen different combinations to translate the following statement into SQL. output to _user.d. for each trading._user where trading._user._userid = "itdba": export trading._user . I've been able to do the following to get a user listing, but I can't figure out...
Back
Top