How to assign values to a parameter in a query that I will run on the editor?

Hello,
I have a simple query that I am running in the web editor for couchbase server and in the query I am using parametrized values, think of:

SELECT * FROM bucketName WHERE bucketName.firstName =$firstName

I would like to enter the query in the editor but add some kind of assignment to the variable, just like you can in SQL flavored languages like so:SET-SQL

Is that possible in CB?

Click on Preferences on right lower side of Query editor and fill the Named parameters (click +) of popup, cc @eben .

Thank YOU! :slight_smile: