SQL
AخA
SELECT comment.comment_text, logging.* FROM logging JOIN comment ON comment.comment_id = logging.log_comment_id WHERE comment.comment_text rlike 'KI' LIMIT 2
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.