Microsoft kills WinFS project
Oh dear. Look at that: One of the most interesting projects within the Windows Ecosystem has ceased to be: Microsoft has announced that WinFS, the relational filesystem planned to be one of the core parts of Vista, has ended active development. Parts of the code will find ... Other labels:
evilempire
MySQL esoteric DELETE FROM Syntax
I had a little problem today using DELETE statement in MySQL. I wanted to delete those rows, unreferenced by another table. So what comes to ones mind is using a subselect like DELETE FROM table1 WHERE table1.primaryKey ... Other labels:
mysql