Is there way to set up a query in NeoLoad that provides a simple SQL query with parameters. Example:
SELECT * FROM books WHERE author_id = ?
Then add "123" as the parameter for ?
I want to make sure the SQL is clean without having to worry about massaging data.