How to make a Query in given string

Viewed 37

{ QUERY = SELECT * FROM [table] WHERE FILTER_COLUMN = [col] = 12}

i want to make a sql query in given string like select * from table where col=12

0 Answers
Related