Bug #116717 after writing a code a got a bug notification
Submitted: 19 Nov 2024 23:56 Modified: 20 Nov 2024 11:08
Reporter: Santiago Rios Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: CPU Architecture:Any

[19 Nov 2024 23:56] Santiago Rios
Description:
I copied a very simple code a friend sent me through whatsapp and it showed me a bug error. 

How to repeat:
	SELECT * 
		FROM ml_orders_dataset AS orders
		WHERE TRIM(customer_id) IN(
		SELECT
		DISTINCT (TRIM(customer_id))
		FROM ml_customers_dataset AS customers);
[20 Nov 2024 11:08] MySQL Verification Team
Hi Mr. Rios,

Thank you for your bug report.

Let us, however, inform that this is a forum for the reports with fully reproducible test cases. Each of those test cases should consist of the set of SQL statement that always lead to the problem reported.

Your report does not even have a description of the problem reported, much less a trace of the test case.

Without a proper test case, we can not proceed with processing of this report.

Can't repeat.