aso ok
id post type datum
1 dd 0 1.1
2 aa 0 3.1
3 cc 1 8.1
4 ee 1 15.1
5 te 0 28.1
mysql_query("SELECT * FROM table ORDER BY datum DESC WHERE type = 0 LIMIT 0 , 3");
mysql_query("SELECT * FROM table ORDER BY datum DESC WHERE type != 0 LIMIT 0 , 3");
mit zwei abfragen?