Bind Variables in gsSQL

Custom functions used in Google Sheets for ease of use and improved functionality.

What does a BIND variable look like.

    select * from table where fld = ?1

What are BIND variables.

Why use BIND variables

How to use BIND variables

Simple Example.

Syntax Shortcut

=gsSQL("select * from booksales where date >= ?1 and date <= ?2", , true, startDate, endDate)