How to add Veriable to query in uipath

I have query with date how to I add veriable in query

@kkumarmanoj.km

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.