{ 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
{ 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