Closed lordpretzel closed 2 years ago
For example, for postgres using upper case predicate names would not work
Q(X) :- R(X,Y). -- this does not work Q(X) :- "r"(X,Y). -- this does work
For example, for postgres using upper case predicate names would not work