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 Customers WHERE CustomerName Like :Name
SELECT * FROM Orders WHERE OrderDate >= :Date_Start and OrderDate <= :Date_End