Hi,
I stumbled upon a strange problem where I will need help.
If I have a table with column name same as name of a variable which I am using as a matching condition in my query,I dont get the matching row.
Rather I get all rows available in table
d1 : name
age!(Methuselah
Jared`Noah; 969 962 950)
t1: flip d1
name:`Jared
select from t1 where t1[`name] = name
It gives all the rows of table instead of one matching row.
Here name of column is “name” and name of variable used as matching condition is also “name”
Regards,
Harsh