I have the following (summarized) code:
Select * from dbo.PRSEBA where tfvrnr IN (select tfvrnr from pfftpr where tfsoid = 40)
I am using a tool called AQT to run queries on a MySQL server. The code gets stuck on the IN statement. Does anybody know other code to replace IN ?
Actually my code is a lot more but it gets stuck on the IN statement so for that purpose I only printed this little part of the code.
I hope anybody can help me....
Select * from dbo.PRSEBA where tfvrnr IN (select tfvrnr from pfftpr where tfsoid = 40)
I am using a tool called AQT to run queries on a MySQL server. The code gets stuck on the IN statement. Does anybody know other code to replace IN ?
Actually my code is a lot more but it gets stuck on the IN statement so for that purpose I only printed this little part of the code.
I hope anybody can help me....