In MsSQLhttp://doc.ddart.net/mssql/sql70/ua-uz_3.htm <http://doc.ddart.net/mssql/sql70/ua-uz_3.htm>The SET is mandatory
In ORACLE too http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/13_elems52.htm <http://download.oracle.com/docs/cd/B10501_01/appdev.920/a96624/13_elems52.htm>In MySQL too http://dev.mysql.com/doc/refman/5.0/en/update.html <http://dev.mysql.com/doc/refman/5.0/en/update.html>even PostGre http://www.postgresql.org/docs/8.2/static/sql-update.html <http://www.postgresql.org/docs/8.2/static/sql-update.html>Firebird too http://www.janus-software.com/fbmanual/manual.php?book=PSQL&topic=105 <http://www.janus-software.com/fbmanual/manual.php?book=PSQL&topic=105>hmmm perhaps we should ask it to some other organization... let me think about.... 2009/7/10 Fabio Maulo <[email protected]> > Sure, I think we can ask such kind of feature; it has sense and really I > hope somebody can implement it in the RDBMS (I think wouldn't be so hard) > > 2009/7/10 Matthieu GD <[email protected]> > >> >> >> On Jul 10, 9:55 am, Fabio Maulo <[email protected]> wrote: >> > Perhaps we can ask a new feature there...Something like >> > FORCE UPDATE TableName [WHERE whereclause] >> > without columns >> > or even better >> > UPDATE TableName [WHERE whereclause] >> > another time without columns >> > >> > Try to send the request to your RDBMS team, the issue tracker is public >> > there, no? >> > We can request features even there, no? >> > >> >> Yes, we can have a select with dummy clause like SELECT 1 FROM TABLE, >> why not an UPDATE. >> >> >> > > > -- > Fabio Maulo > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
