Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "GaganSaksena" page has been changed by GaganSaksena. http://wiki.apache.org/couchdb/GaganSaksena?action=diff&rev1=4&rev2=5 -------------------------------------------------- For the purpose of these recipes- the equivalent SQL table looks like this- {{{ - CREATE TABLE Foo //todo + CREATE TABLE Foo ( + Name CHAR(256), + Id INTEGER, + StartDate DATE + ); }}} ||<tablewidth="80%">'''SQL''' ||'''Map''' ||'''Reduce''' ||'''Notes''' || ||SELECT COUNT(*) FROM Foo; ||function (doc) { // todo } ||_count || ||
