Jump to content

How can I prevent multiple outputs from a query?


dominod

Recommended Posts

Hi there  8)

 

Im just wondering how I can prevent the query from outputing the same name twice in a query?

 

Example:

 

If I query and it outputs:

 

Name-        Age-        Location-

Roger          23          New York

Eric              29          Miami

Eric              48          Boston

 

Is there a way to make it recognize that it already outputed "Eric" then make it skip the next eric so it just outputs:

 

Name-        Age-        Location-

Roger          23          New York

Eric              29          Miami

 

?

 

Thanks alot guys :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.