Hi James, > I tried to do a > "SELECT TOP 10 * FROM tab1" and sqlite3 complained.
Is this what you're after?: select * from tab1 limit 10; Tom BareFeet http://www.tandb.com.au/sqlite/compare/?ml _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users