I have query with date how to I add veriable in query
I hope you are talking about sql queries
You can do like this
"Insert into …'" + var1 + "’…."
Just remove the value and inplace of value use " + var+ "
Cheers
@kkumarmanoj.km - Can you share your query here. Let us know where you want to substitute variable.