sql - what is the alternative of giving a nested query in where clause returning more than 1 values in mysql -


what alternative of giving nested query in clause returning more 1 values in mysql?

the query iam using single value

select *  libertymutual.echi_filtered  anslogid = 2984012 , calltime not null  order calltime limit 2,1; 

and need multiple anslogids other query

select anslogid  libertymutual.echi_filtered  group anslogid  

which should return 3rd call every agent when sorted calltime.

any appreciated.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -