Hello!

В сообщении от Monday 25 August 2008 02:18:56 Susan Ottwell написал(а):
> How would one insert rows randomly within a range of 1000 rows? I can  
> easily enough do this in the script that calls the insert function,  
> but it would be more efficient if I could use an sqlite function or  
> feature to do this.

Can you show example? It's difficult to understand phrase "insert rows 
randomly within a range of 1000 rows". If you want execute some queries from 
queryset than you can create temp table and copy random rows from it to work 
table. Of course you can write user functions which randomly execute or not 
your queries.

Best regards, Alexey.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to