Search results

  1. schizek

    Rename Fields or Tables in Queries (Alias)

    Is there a way to assign a field as a different variable name inside the query? I need to pull the same column based on different parameters from the same table. In SQL I would use an alias like "SELECT alias1.field1 FROM table1 AS alias1". Is there any way to do that or something similar in...
  2. schizek

    Convert Comma Separated String to Array

    I am passing user selected variables through a multi-select listbox. I need to get these variables into an array to then use in my dynamic query. Currently it appears they are concatenating each selected option together in a comma separated string. Any ideas on how to get them into an array...
Back
Top