SQL
x
SELECT '10923' as Quarry , 'Last Updated (UTC):'+ NOW() as Time ;
use bnwiki_p; SET @snum := 0; SELECT 'bn' AS lang,@snum := @snum + 1 AS SNum, user_id , user_name, user_editcount FROM user where user_editcount > 0 ;
use tewiki_p; SET @snum := 0; SELECT 'gu' AS lang,@snum := @snum + 1 AS SNum, user_id , user_name, user_editcount FROM user where user_editcount > 0 ;
use hiwiki_p; SET @snum := 0; SELECT 'hi' AS lang,@snum := @snum + 1 AS SNum, user_id , user_name, user_editcount FROM user where user_editcount > 0 ;
use knwiki_p; SET @snum := 0; SELECT 'kn' AS lang,@snum := @snum + 1 AS SNum, user_id , user_name, user_editcount FROM user where user_editcount > 0 ;
By running queries you agree to the Cloud Services Terms of Use and you irrevocably agree to release your SQL under CC0 License.
All SQL code is licensed under CC0 License.