Search results

  1. T

    Parameter search in Union query

    I have a union query between two queries. The current SQL is: SELECT * FROM 2018Query UNION ALL SELECT * FROM 2019Query; I'd like to add a parameter search. I had one previously on a non-union query that worked perfectly, but this was in design view and idk how to add this to SQL View. In the...
Back
Top Bottom