First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
12
www/admin/_alterTable/_old/36_tmst.txt
Normal file
12
www/admin/_alterTable/_old/36_tmst.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
update Anagrafica set lastUpdTmst='2010-07-23 13:01:52' where lastUpdTmst is null;
|
||||
|
||||
|
||||
sqlserver
|
||||
update Anagrafica set lastUpdTmst=@@dbts where lastUpdTmst is null;
|
||||
|
||||
|
||||
ALTER TABLE PARM ADD COLUMN lastUpdId_user INTEGER;
|
||||
ALTER TABLE PARM ADD COLUMN lastUpdTmst TIMESTAMP;
|
||||
|
||||
|
||||
update ARTICOLO set lastUpdTmst='2010-07-23 13:01:52' where lastUpdTmst ='0000-00-00 00:00:00';
|
||||
Loading…
Add table
Add a link
Reference in a new issue