Parameters/variables
I'm using fly-Speed SQL Query tool Version 2.10.1.8 I declare a variable, set the value and use the variable in the query but nothing happens. What do I do to make it work because its not behaving like a normal sql script. (the connection is to a MS SQL database)
Thanks, Steve
Thanks, Steve
Select *
From registrations
Where
registrations.lastname Like :lastname And
registrations.date_reg Between :date_start And :date_end