SQL
AخA
SET @p = '%81355%';
(SELECT fa_name FROM filearchive
WHERE fa_name LIKE @p
AND fa_actor = 494882
)
LIMIT 100;
(SELECT ar_title FROM archive
AND ar_namespace = 6
WHERE ar_title LIKE @p
AND ar_actor = 494882
)
LIMIT 100;
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.