Categories and Relational Databases II: WheresΒΆ
Here we deal with only the simplest where statements.
For ease of exposition, we deal with the case where everything are strings.
select *
from table1
where table1.column = "foo"
Here we deal with only the simplest where statements.
For ease of exposition, we deal with the case where everything are strings.
select *
from table1
where table1.column = "foo"