Using operators in SQL for numbers with comma

SELECT REPLACE(total_CVEs, ',', '') from vulnerabilities_tbl WHERE REPLACE(total_CVEs, ',', '') >= 10000;

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.