J
|
Jane 7/22/2009 |
Johan, select field1, field1 as field1_b, field1 as field1_c, ... from TableName |
T
|
Tane 9/3/2009 |
Is it possible to somehow implement this by generating a URL to advanced search with multiple conditions for a single column? A bit like below (which doesn't work - it only returns the record satisfying the last condition). Johan, unfortunately it's impossible to create this type of search on the list page. I recommend you to use Advanced search and create aliases on the <b>Edit SQL query</b> tab for this purpose. Here is a sample: <!--quoteo--><div class='quotetop'>QUOTE </div><div class='quotemain'><!--quotec-->select field1, field1 as field1_b, field1 as field1_c, ... from TableName<!--QuoteEnd--></div><!--QuoteEEnd--> |