[MonetDB-users] NOT operator
17 Aug
2007
17 Aug
'07
8:34 p.m.
How to use NOT operator in Monet? In Postgresql: testdb=# create table nntest(alive boolean); CREATE TABLE testdb=# insert into nntest(alive) values(False); INSERT 0 1 testdb=# select not n.alive from nntest n; ?column? ---------- t (1 row) The same in MonetDB gives: sql>select not n.alive from nntest n; ERROR = !syntax error, unexpected FROM in: "select not n.alive from" -- Home: http://btbytes.com Heart: http://sampada.net
6343
Age (days ago)
6343
Last active (days ago)
0 comments
1 participants
participants (1)
-
Pradeep Gowda