294 views
0 votes
0 votes
SELECT * FROM TABLENAME WHERE column_name = (SUBQUERY which returns same data types as column_name);

 

Is this query erroneous bcoz of an equal operator?

1 Answer

No related questions found