[MonetDB-users] delete query with where clause
10 Oct
2007
10 Oct
'07
5:13 a.m.
When I use without where clause if ((hdl = mapi_query(dbh,"select * from logException )) == NULL || mapi_error(dbh) != MOK) die(dbh, hdl); It is working fine. But when I use with where condition if ((hdl = mapi_query(dbh,"delete * from logException where logid=1 )) == NULL || mapi_error(dbh) != MOK) die(dbh, hdl); It is deleting the record only from memory not from database. -- View this message in context: http://www.nabble.com/delete-query-with-where-clause-tf4598673.html#a1312955... Sent from the monetdb-users mailing list archive at Nabble.com.
6289
Age (days ago)
6289
Last active (days ago)
0 comments
1 participants
participants (1)
-
pawan123